diff --git a/orderer/consensus/etcdraft/consenter.go b/orderer/consensus/etcdraft/consenter.go index 294552065c5..2885898b232 100644 --- a/orderer/consensus/etcdraft/consenter.go +++ b/orderer/consensus/etcdraft/consenter.go @@ -59,7 +59,7 @@ type Config struct { EvictionSuspicion string // Duration threshold that the node samples in order to suspect its eviction from the channel. } -// Consenter implements etddraft consenter +// Consenter implements etcdraft consenter type Consenter struct { CreateChain func(chainName string) InactiveChainRegistry InactiveChainRegistry