Skip to content

Commit

Permalink
Fix duplicate methods
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Dec 12, 2023
1 parent 5f059a6 commit 8aa84f7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions plugin/evm/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,6 @@ func (tx *Tx) Less(other *Tx) bool {
return tx.ID().Hex() < other.ID().Hex()
}

func (input EVMInput) Less(other EVMInput) bool {
return i.Compare(other) < 0
}

func (output EVMOutput) Less(other EVMOutput) bool {
return o.Compare(other) < 0
}

// Sign this transaction with the provided signers
func (tx *Tx) Sign(c codec.Manager, signers [][]*secp256k1.PrivateKey) error {
unsignedBytes, err := c.Marshal(codecVersion, &tx.UnsignedAtomicTx)
Expand Down

0 comments on commit 8aa84f7

Please sign in to comment.