chore: upstream runtime/v2 (#20320)
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
Julien Robert
parent
b4f8815426
commit
7ae23e287a
@@ -1,4 +1,4 @@
|
||||
package appmodule
|
||||
package context
|
||||
|
||||
// ExecMode defines the execution mode which can be set on a Context.
|
||||
type ExecMode uint8
|
||||
@@ -14,3 +14,8 @@ const (
|
||||
ExecModeVerifyVoteExtension
|
||||
ExecModeFinalize
|
||||
)
|
||||
|
||||
const (
|
||||
ExecModeKey = iota
|
||||
CometInfoKey
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user