Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sztandera <[email protected]>
  • Loading branch information
Kubuxu committed Sep 20, 2024
1 parent 45b118a commit f695a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion equivocation.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (ef *equivocationFilter) ProcessBroadcast(peerID peer.ID, m *gpbft.GMessage
ef.activeSenders[m.Sender] = senders
}

// if there are mulltiple senders, only broadcast if we are the smallest one
// if there are multiple senders, only broadcast if we are the smallest one
return senders[0] == peerID
}

Expand Down

0 comments on commit f695a1b

Please sign in to comment.