Skip to content

Commit

Permalink
Merge "Fix a typo error for etcdraft" into release-1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
manish-sethi authored and Gerrit Code Review committed Aug 7, 2019
2 parents 0163d56 + e40b33e commit 72f22c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orderer/consensus/etcdraft/consenter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72f22c5

Please sign in to comment.