mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
Merge pull request #418 from maticnetwork/0xkrishna/pos-375
Increased default value of rpc.txfeecap to 5
This commit is contained in:
commit
783f93b1d7
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ var Defaults = Config{
|
|||
RPCGasCap: 50000000,
|
||||
RPCEVMTimeout: 5 * time.Second,
|
||||
GPO: FullNodeGPO,
|
||||
RPCTxFeeCap: 1, // 1 ether
|
||||
RPCTxFeeCap: 5, // 5 matic
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue