eth: Use 60% for GPO, not 35%

This commit is contained in:
Nick Johnson 2018-01-07 19:34:15 +00:00
parent 3d1d61e8e5
commit 8c2e33f727

View file

@ -50,7 +50,7 @@ var DefaultConfig = Config{
TxPool: core.DefaultTxPoolConfig, TxPool: core.DefaultTxPoolConfig,
GPO: gasprice.Config{ GPO: gasprice.Config{
Blocks: 100, Blocks: 100,
Percentile: 35, Percentile: 60,
}, },
} }