good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 54c0d573 authored by Marius van der Wijden's avatar Marius van der Wijden Committed by GitHub
Browse files

eth: dump rpc gas cap and tx fee cap (#22574)

parent 4adf0b91
No related branches found
No related tags found
No related merge requests found
......@@ -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"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment