fix(abci): add ExecModeVerifyVoteExtension (#18915)

This commit is contained in:
Aleksandr Bezobchuk
2024-01-03 06:29:00 +00:00
committed by GitHub
parent 24a8123c22
commit 19eddeeb24
4 changed files with 66 additions and 51 deletions
+1
View File
@@ -26,6 +26,7 @@ const (
ExecModePrepareProposal
ExecModeProcessProposal
ExecModeVoteExtension
ExecModeVerifyVoteExtension
ExecModeFinalize
)