Skip to content

Commit

Permalink
wip: update message signer
Browse files Browse the repository at this point in the history
  • Loading branch information
boodyvo committed Nov 1, 2024
1 parent c9235ea commit 9d5e2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/types/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ func GetSigners(msg protov2.Message) ([][]byte, error) {
// return nil, err
//}

data, err := UnpackTxData(anyMsg.Value)
data, err := UnpackTxData(msgEthTx.Data)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 9d5e2d3

Please sign in to comment.