From e40b33edea1280a00122a7d5110f55ce4a7be8e8 Mon Sep 17 00:00:00 2001 From: Shitaibin Date: Wed, 7 Aug 2019 19:54:02 +0800 Subject: [PATCH] Fix a typo error for etcdraft fix etddraft to etcdraft. Already merged to master. Signed-off-by: Shitaibin Change-Id: Id0215eb4652bf45fe1449a2d9922267979229a93 --- orderer/consensus/etcdraft/consenter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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