Skip to content

Commit ef8e57b

Browse files
authored
Keep compatibility for context key (#2077)
1 parent 939a837 commit ef8e57b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

x/wasm/types/context.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ const (
2323

2424
// contracts in the current tx
2525
contextKeyTxContracts contextKey = iota
26+
27+
// contextKeyExecModeSimulation contextKey = iota
28+
_
2629
)
2730

2831
// WithTXCounter stores a transaction counter value in the context

0 commit comments

Comments
 (0)