Skip to content

Commit 025db92

Browse files
committed
undo
1 parent 37e5d8b commit 025db92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

epoch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ func (e *Epoch) triggerProposalWaitTimeExpired(round uint64) {
15641564
zap.Uint64("round from metadata", e.metadata().Round),
15651565
zap.Int("size", len(emptyVoteRecord)))
15661566

1567-
emptyVotes := e.getOrCreateEmptyVoteSetForRound(e.metadata().Round)
1567+
emptyVotes := e.getOrCreateEmptyVoteSetForRound(round)
15681568
emptyVotes.timedOut = true
15691569

15701570
signedEV := EmptyVote{Vote: emptyVote, Signature: Signature{Signer: e.ID, Value: rawSig}}

0 commit comments

Comments
 (0)