Skip to content

Commit

Permalink
wip: update tests and initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
boodyvo committed Oct 28, 2024
1 parent 4bc25e1 commit 89620ec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions x/evm/types/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
package types

import (
txsigning "cosmossdk.io/x/tx/signing"
"errors"
"fmt"
signingtypes "github.com/cosmos/cosmos-sdk/types/tx/signing"
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 89620ec

Please sign in to comment.