Skip to content

Commit

Permalink
fix prepare request in recovery message
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangTao1596 committed Sep 21, 2022
1 parent 67300b1 commit c6d9640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DBFTPlugin/Consensus/ConsensusContext.MakePayload.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public ExtensiblePayload MakeRecoveryMessage()
Timestamp = Block.Timestamp,
Nonce = Block.Nonce,
BlockIndex = Block.Index,
ValidatorIndex = Block.PrimaryIndex,
TransactionHashes = TransactionHashes
};
}
Expand Down

0 comments on commit c6d9640

Please sign in to comment.