We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8edc04 commit 980b768Copy full SHA for 980b768
core/types/dynamic_fee_tx.go
@@ -25,8 +25,8 @@ import (
25
type DynamicFeeTx struct {
26
ChainID *big.Int
27
Nonce uint64
28
- GasTipCap *big.Int
29
- GasFeeCap *big.Int
+ GasTipCap *big.Int // a.k.a. maxPriorityFeePerGas
+ GasFeeCap *big.Int // a.k.a. maxFeePerGas
30
Gas uint64
31
To *common.Address `rlp:"nil"` // nil means contract creation
32
Value *big.Int
0 commit comments