Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhou committed Apr 7, 2024
1 parent 5fa5835 commit f6401d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type txOptions struct {
maxFeePerGasGwei uint64 // aka GasFeeCap in gwei
maxPriorityFeePerGasGwei float64 // aka GasTipCap in gwei
addPriorityFeePerGasGwei float64
// For both Legacy and EIP-1559
// For both Legacy and EIP-1559, use suggested * (1 + addGasFeeRatio)
addGasFeeRatio float64
// Gas limit
gasLimit uint64
Expand Down

0 comments on commit f6401d8

Please sign in to comment.