Skip to content

Commit 54c0d57

Browse files
eth: dump rpc gas cap and tx fee cap (ethereum#22574)
1 parent 4adf0b9 commit 54c0d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eth/ethconfig/config.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ type Config struct {
187187
EVMInterpreter string
188188

189189
// RPCGasCap is the global gas cap for eth-call variants.
190-
RPCGasCap uint64 `toml:",omitempty"`
190+
RPCGasCap uint64
191191

192192
// RPCTxFeeCap is the global transaction fee(price * gaslimit) cap for
193193
// send-transction variants. The unit is ether.
194-
RPCTxFeeCap float64 `toml:",omitempty"`
194+
RPCTxFeeCap float64
195195

196196
// Checkpoint is a hardcoded checkpoint which can be nil.
197197
Checkpoint *params.TrustedCheckpoint `toml:",omitempty"`

0 commit comments

Comments
 (0)