Skip to content

Commit

Permalink
Fix bug in proposer. Put in block rejections on finalization
Browse files Browse the repository at this point in the history
nzpr committed Aug 12, 2022
1 parent 0eff5d5 commit 2afe8c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -211,7 +211,7 @@ object Proposer {
preStateHash,
parentHashes,
finalBonds,
preState.rejectedDeploys,
preState.fringeRejectedDeploys,
nextBlockNum,
nextSeqNum,
deploys,

0 comments on commit 2afe8c9

Please sign in to comment.