Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes committed Jun 20, 2021
1 parent 9bacf54 commit befb3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ func (cs *State) defaultDecideProposal(height int64, round int32) {
}

// cancel ctx for previous proposal block to ensure block putting/providing does not queues up
if cs.proposalCancel != nil { //nolint:staticcheck
if cs.proposalCancel != nil {
// FIXME(ismail): below commented out cancel tries to prevent block putting
// and providing no to queue up endlessly.
// But in a real network proposers should have enough time in between.
Expand Down

0 comments on commit befb3c6

Please sign in to comment.