Skip to content

Commit

Permalink
eth: dump rpc gas cap and tx fee cap (ethereum#22574)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVanDerWijden committed Mar 25, 2021
1 parent 4adf0b9 commit 54c0d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eth/ethconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@ type Config struct {
EVMInterpreter string

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

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

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

0 comments on commit 54c0d57

Please sign in to comment.