eth/ethconfig: bump the RPC gas cap to 50M, since 1559 exceeds 25

pull/23028/head
Péter Szilágyi 3 years ago
parent 7a00378e2b
commit be1267ced5
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
  1. 2
      eth/ethconfig/config.go

@ -85,7 +85,7 @@ var Defaults = Config{
Recommit: 3 * time.Second,
},
TxPool: core.DefaultTxPoolConfig,
RPCGasCap: 25000000,
RPCGasCap: 50000000,
GPO: FullNodeGPO,
RPCTxFeeCap: 1, // 1 ether
}

Loading…
Cancel
Save