Skip to content

Commit

Permalink
Merge pull request #84 from Fantom-foundation/ws/fix-gas-tip-cap
Browse files Browse the repository at this point in the history
fix GasTipCap
  • Loading branch information
wsodsong authored Sep 12, 2024
2 parents c86fdde + a91d6e6 commit 7450f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rlp/london.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@ func (m londonMessage) toMessage() *Message {
InitCodeHash: m.InitCodeHash,
AccessList: m.AccessList,
GasFeeCap: m.GasFeeCap,
GasTipCap: m.GasFeeCap,
GasTipCap: m.GasTipCap,
}
}

0 comments on commit 7450f8c

Please sign in to comment.