Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
run gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
facs95 committed Mar 24, 2023
1 parent a5ca2c9 commit bfa7d6a
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 @@ -340,7 +340,7 @@ func (msg MsgEthereumTx) AsMessage(signer ethtypes.Signer, baseFee *big.Int) (co
// user can't set arbitrary value in `From` field in transaction,
// the SigVerify ante handler will verify the signature and recover
// the sender address and populate the `From` field, so the other code can
// use it directly when available.
// use it directly when available.
from = common.HexToAddress(msg.From)
} else {
// heavy path
Expand Down

0 comments on commit bfa7d6a

Please sign in to comment.