Skip to content

Commit

Permalink
Keep compatibility for context key (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinosu authored Jan 8, 2025
1 parent 939a837 commit ef8e57b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x/wasm/types/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ const (

// contracts in the current tx
contextKeyTxContracts contextKey = iota

// contextKeyExecModeSimulation contextKey = iota
_
)

// WithTXCounter stores a transaction counter value in the context
Expand Down

0 comments on commit ef8e57b

Please sign in to comment.