Skip to content

Commit

Permalink
docs: vote-extensions link in UPGRADING.md (#19155)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite authored Jan 22, 2024
1 parent 9a40914 commit 7711baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ is `BeginBlock` -> `DeliverTx` (for all txs) -> `EndBlock`.
ABCI++ 2.0 also brings `ExtendVote` and `VerifyVoteExtension` ABCI methods. These
methods allow applications to extend and verify pre-commit votes. The Cosmos SDK
allows an application to define handlers for these methods via `ExtendVoteHandler`
and `VerifyVoteExtensionHandler` respectively. Please see [here](https://docs.cosmos.network/v0.50/build/abci/03-vote-extensions)
and `VerifyVoteExtensionHandler` respectively. Please see [here](https://docs.cosmos.network/v0.50/build/building-apps/vote-extensions)
for more info.

#### Set PreBlocker
Expand Down

0 comments on commit 7711baa

Please sign in to comment.