mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
eth: Use 60% for GPO, not 35%
This commit is contained in:
parent
3d1d61e8e5
commit
8c2e33f727
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue