Skip to content

Commit

Permalink
Fix typo in binary_snowflake.go (ava-labs#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Jun 18, 2023
1 parent 9725fe9 commit b85b31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snow/consensus/snowball/binary_snowflake.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (sf *binarySnowflake) Initialize(beta, choice int) {

func (sf *binarySnowflake) RecordSuccessfulPoll(choice int) {
if sf.finalized {
return // This instace is already decided.
return // This instance is already decided.
}

if preference := sf.Preference(); preference == choice {
Expand Down

0 comments on commit b85b31c

Please sign in to comment.