Browse Source

spelling fix

pull/7992/head
William Banfield 3 years ago
parent
commit
2bcdaaac75
No known key found for this signature in database GPG Key ID: EFAD3442BF29E3AC
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consensus/state.go

+ 1
- 1
consensus/state.go View File

@ -828,7 +828,7 @@ func (cs *State) handleMsg(mi msgInfo) {
// gossip the now completed block.
//
// 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
// more places for routines depending on it to listen for.
cs.mtx.Unlock()


Loading…
Cancel
Save