Browse Source

Update consensus/state.go

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
pull/7992/head
William Banfield 3 years ago
committed by GitHub
parent
commit
2e73ec251c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consensus/state.go

+ 1
- 1
consensus/state.go View File

@ -823,7 +823,7 @@ func (cs *State) handleMsg(mi msgInfo) {
// We unlock here to yield to any routines that need to read the the RoundState.
// Previously, this code held the lock from the point at which the final block
// part was recieved until the block executed against the application.
// This prevented the reactor form being able to retrieve the most updated
// This prevented the reactor from being able to retrieve the most updated
// version of the RoundState. The reactor needs the updated RoundState to
// gossip the now completed block.
//


Loading…
Cancel
Save