Increased default value of rpc.txfeecap to 5

This commit is contained in:
Krishna Upadhyaya 2022-05-30 13:59:30 +05:30
parent 4fb3f5ddee
commit 3f5fe0e387

View file

@ -94,7 +94,7 @@ var Defaults = Config{
RPCGasCap: 50000000, RPCGasCap: 50000000,
RPCEVMTimeout: 5 * time.Second, RPCEVMTimeout: 5 * time.Second,
GPO: FullNodeGPO, GPO: FullNodeGPO,
RPCTxFeeCap: 1, // 1 ether RPCTxFeeCap: 5, // 5 matic
} }
func init() { func init() {