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 Oct 31, 2024
1 parent 9391f34 commit cdf7a45
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 @@ -304,7 +304,7 @@ func GetSigners(msg protov2.Message) ([][]byte, error) {

msg.ProtoReflect()

var msgData *MsgEthereumTx
msgData := &MsgEthereumTx{}
err = msgData.Unmarshal(marshaledData)
if err != nil {
return nil, err
Expand Down

0 comments on commit cdf7a45

Please sign in to comment.