mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
Update config.go
This commit is contained in:
parent
32d537cd58
commit
1bed947cdc
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ type Config struct {
|
|||
// RPCEVMTimeout is the global timeout for eth-call.
|
||||
RPCEVMTimeout time.Duration
|
||||
|
||||
// RPCTxFeeCap is the global transaction fee(price * gaslimit) cap for
|
||||
// RPCTxFeeCap is the global transaction fee (price * gas limit) cap for
|
||||
// send-transaction variants. The unit is ether.
|
||||
RPCTxFeeCap float64
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue