Skip to content

Commit

Permalink
doc: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 12, 2023
1 parent 9e94fa4 commit 79e9fa7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion proto/tendermint/abci/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ message RequestVerifyVoteExtension {

// 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.
// If set, it SHOULD be unique per voting round, and it MUST start with `dpevote` string.
//
// Use with caution - it can have severe security consequences.
optional bytes sign_request_id = 6;
Expand Down
6 changes: 4 additions & 2 deletions spec/abci++/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -775,8 +775,10 @@ from this condition, but not sure), and _p_ receives a Precommit message for rou
| round | [int32](#int32) | | Round number for the block. |
| vote_extensions | [ExtendVoteExtension](#tendermint-abci-ExtendVoteExtension) | repeated | Application-specific information signed by Tenderdash. Can have 0 length.

Sign request ID that will be used to sign the vote extensions. If not set, Tenderdash will generate it based on height and round. |
| sign_request_id | [bytes](#bytes) | optional | If set, it SHOULD be unique per voting round, and it MUST start with `dpbvote` string.
Sign request ID that will be used to sign the vote extensions. Tenderdash will use checksum of `sign_request_id` when generating quorum signatures of THRESHOLD_RECOVER vote extensions. |
| sign_request_id | [bytes](#bytes) | optional | 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 `dpevote` string.

Use with caution - it can have severe security consequences. |

Expand Down

0 comments on commit 79e9fa7

Please sign in to comment.