Skip to content

Commit

Permalink
consensus/parlia: improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanBSC committed Jul 29, 2024
1 parent 5f1a111 commit 204639e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/parlia/parlia.go
Original file line number Diff line number Diff line change
Expand Up @@ -2029,7 +2029,7 @@ func (p *Parlia) backOffTime(snap *Snapshot, header *types.Header, val common.Ad
delay = 0
}

// Exclude the recently signed validators and inTurnAddr
// Exclude the recently signed validators and the in turn validator
temp := make([]common.Address, 0, len(validators))
for _, addr := range validators {
if snap.signRecentlyByCounts(addr, counts) {
Expand Down

0 comments on commit 204639e

Please sign in to comment.