Skip to content

Commit

Permalink
fix: linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed Dec 10, 2024
1 parent 01d0c28 commit ffb5682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/cp.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func (cp *changeProposer) cpStrongTermination() {
}
cp.enterNewState(cp.prepareState)
} else if cpDecided.HasAnyVoteFor(cp.cpRound, vote.CPValueYes) {
cp.round += 1
cp.round++
cp.cpDecided = 1
cp.enterNewState(cp.proposeState)

Expand Down

0 comments on commit ffb5682

Please sign in to comment.