mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 06:31:57 +00:00
spelling fix
This commit is contained in:
+1
-1
@@ -828,7 +828,7 @@ func (cs *State) handleMsg(mi msgInfo) {
|
|||||||
// gossip the now completed block.
|
// gossip the now completed block.
|
||||||
//
|
//
|
||||||
// This code can be further improved by either always operating on a copy
|
// This code can be further improved by either always operating on a copy
|
||||||
// of RoundState and only locking when swithing out State's copy of
|
// of RoundState and only locking when switching out State's copy of
|
||||||
// RoundState with the updated copy or by emitting RoundState events in
|
// RoundState with the updated copy or by emitting RoundState events in
|
||||||
// more places for routines depending on it to listen for.
|
// more places for routines depending on it to listen for.
|
||||||
cs.mtx.Unlock()
|
cs.mtx.Unlock()
|
||||||
|
|||||||
Reference in New Issue
Block a user