From 7711baa49fbcd751382aa8ce25d97d9fab1cef49 Mon Sep 17 00:00:00 2001 From: Bryan White Date: Mon, 22 Jan 2024 12:44:30 +0100 Subject: [PATCH] docs: vote-extensions link in UPGRADING.md (#19155) --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index 6207265bc3..4e3d0b368e 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -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