We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b3c4b commit c69f402Copy full SHA for c69f402
x/wasm/types/wasmer_engine.go
@@ -2,7 +2,6 @@ package types
2
3
import (
4
wasmvm "github.com/CosmWasm/wasmvm/v2"
5
- "github.com/CosmWasm/wasmvm/v2/types"
6
wasmvmtypes "github.com/CosmWasm/wasmvm/v2/types"
7
8
storetypes "cosmossdk.io/store/types"
@@ -86,7 +85,7 @@ type WasmEngine interface {
86
85
gasMeter wasmvm.GasMeter,
87
gasLimit uint64,
88
deserCost wasmvmtypes.UFraction,
89
- ) (*types.QueryResult, uint64, error)
+ ) (*wasmvmtypes.QueryResult, uint64, error)
90
91
// Migrate will migrate an existing contract to a new code binary.
92
// This takes storage of the data from the original contract and the CodeID of the new contract that should
0 commit comments