Merge pull request #418 from maticnetwork/0xkrishna/pos-375

Increased default value of rpc.txfeecap to 5
This commit is contained in:
Krishna Upadhyaya 2022-05-31 14:14:44 +05:30 committed by GitHub
commit 783f93b1d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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() {