Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Feb 7, 2024
1 parent 96b3c4b commit c69f402
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x/wasm/types/wasmer_engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package types

import (
wasmvm "github.com/CosmWasm/wasmvm/v2"
"github.com/CosmWasm/wasmvm/v2/types"
wasmvmtypes "github.com/CosmWasm/wasmvm/v2/types"

storetypes "cosmossdk.io/store/types"
Expand Down Expand Up @@ -86,7 +85,7 @@ type WasmEngine interface {
gasMeter wasmvm.GasMeter,
gasLimit uint64,
deserCost wasmvmtypes.UFraction,
) (*types.QueryResult, uint64, error)
) (*wasmvmtypes.QueryResult, uint64, error)

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

0 comments on commit c69f402

Please sign in to comment.