We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adf0b9 commit 54c0d57Copy full SHA for 54c0d57
eth/ethconfig/config.go
@@ -187,11 +187,11 @@ type Config struct {
187
EVMInterpreter string
188
189
// RPCGasCap is the global gas cap for eth-call variants.
190
- RPCGasCap uint64 `toml:",omitempty"`
+ RPCGasCap uint64
191
192
// RPCTxFeeCap is the global transaction fee(price * gaslimit) cap for
193
// send-transction variants. The unit is ether.
194
- RPCTxFeeCap float64 `toml:",omitempty"`
+ RPCTxFeeCap float64
195
196
// Checkpoint is a hardcoded checkpoint which can be nil.
197
Checkpoint *params.TrustedCheckpoint `toml:",omitempty"`
0 commit comments