Skip to content

Commit

Permalink
fix: fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbeng authored and LukeNinjaX committed Nov 30, 2023
1 parent 2e3dfa4 commit 038861f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions x/evm/artela/contract/contract_func.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ package contract
import (
"github.com/artela-network/artela/x/evm/artela/types"
evmtypes "github.com/artela-network/artela/x/evm/txs"
"github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/log"

"github.com/artela-network/aspect-core/djpm/contract"
"github.com/artela-network/aspect-core/djpm/run"
artelasdkType "github.com/artela-network/aspect-core/types"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core"
"github.com/holiman/uint256"
"github.com/pkg/errors"
)
Expand Down Expand Up @@ -315,4 +313,3 @@ func (k *AspectNativeContract) checkIsTxVerifier(ctx sdk.Context, aspectId commo
binding, runErr := runner.IsTxVerifier()
return binding, runErr
}

0 comments on commit 038861f

Please sign in to comment.