Skip to content

Commit

Permalink
chore: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 12, 2023
1 parent 0d86d7b commit 9e94fa4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion proto/tendermint/abci/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,11 @@ message RequestVerifyVoteExtension {
// Application-specific information signed by Tenderdash. Can have 0 length.
repeated ExtendVoteExtension vote_extensions = 5;
// Sign request ID that will be used to sign the vote extensions.
// If not set, Tenderdash will generate it based on height and round.
// Tenderdash will use checksum of `sign_request_id` when generating quorum signatures of
// THRESHOLD_RECOVER vote extensions.

// If not set, Tenderdash will generate it based on height and round.
//
// If set, it SHOULD be unique per voting round, and it MUST start with `dpbvote` string.
//
// Use with caution - it can have severe security consequences.
Expand Down

0 comments on commit 9e94fa4

Please sign in to comment.