fix(abci): add ExecModeVerifyVoteExtension (backport #18915) (#18932)

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
This commit is contained in:
mergify[bot]
2024-01-03 12:20:08 +00:00
committed by GitHub
co-authored by Aleksandr Bezobchuk marbar3778
parent 25a7ac6a07
commit 3518df28ec
4 changed files with 48 additions and 33 deletions
+1
View File
@@ -26,6 +26,7 @@ const (
ExecModePrepareProposal
ExecModeProcessProposal
ExecModeVoteExtension
ExecModeVerifyVoteExtension
ExecModeFinalize
)