Skip to content

Commit

Permalink
eth/ethconfig: unlimited gascap and feecap for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sadoci committed Jan 26, 2022
1 parent c935183 commit 579c759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eth/ethconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ var Defaults = Config{
Recommit: 3 * time.Second,
},
TxPool: core.DefaultTxPoolConfig,
RPCGasCap: 50000000,
RPCGasCap: 0, // unlimited
GPO: FullNodeGPO,
RPCTxFeeCap: 1, // 1 ether
RPCTxFeeCap: 0, // unlimited
}

func init() {
Expand Down

0 comments on commit 579c759

Please sign in to comment.