From 89620ec58a55d7f43fd61ee699ffd8c9e4561085 Mon Sep 17 00:00:00 2001 From: Vladyslav Budichenko Date: Mon, 28 Oct 2024 13:46:53 -0400 Subject: [PATCH] wip: update tests and initialization --- x/evm/types/msg.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/x/evm/types/msg.go b/x/evm/types/msg.go index 16a8b30fdd..24c2dff323 100644 --- a/x/evm/types/msg.go +++ b/x/evm/types/msg.go @@ -16,7 +16,6 @@ package types import ( - txsigning "cosmossdk.io/x/tx/signing" "errors" "fmt" signingtypes "github.com/cosmos/cosmos-sdk/types/tx/signing" @@ -56,11 +55,6 @@ const ( TypeMsgEthereumTx = "ethereum_tx" ) -var MsgEthereumTxCustomGetSigner = txsigning.CustomGetSigner{ - MsgType: protov2.MessageName(&evmapi.MsgEthereumTx{}), - Fn: evmapi.GetSigners, -} - // NewTx returns a reference to a new Ethereum transaction message. func NewTx( chainID *big.Int, nonce uint64, to *common.Address, amount *big.Int,