Skip to content

Commit c69f402

Browse files
committed
Fix lint
1 parent 96b3c4b commit c69f402

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x/wasm/types/wasmer_engine.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package types
22

33
import (
44
wasmvm "github.com/CosmWasm/wasmvm/v2"
5-
"github.com/CosmWasm/wasmvm/v2/types"
65
wasmvmtypes "github.com/CosmWasm/wasmvm/v2/types"
76

87
storetypes "cosmossdk.io/store/types"
@@ -86,7 +85,7 @@ type WasmEngine interface {
8685
gasMeter wasmvm.GasMeter,
8786
gasLimit uint64,
8887
deserCost wasmvmtypes.UFraction,
89-
) (*types.QueryResult, uint64, error)
88+
) (*wasmvmtypes.QueryResult, uint64, error)
9089

9190
// Migrate will migrate an existing contract to a new code binary.
9291
// This takes storage of the data from the original contract and the CodeID of the new contract that should

0 commit comments

Comments
 (0)