aboutsummaryrefslogtreecommitdiffstats
path: root/eth/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'eth/config.go')
-rw-r--r--eth/config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/eth/config.go b/eth/config.go
index 383cd6783..4399560fa 100644
--- a/eth/config.go
+++ b/eth/config.go
@@ -49,8 +49,8 @@ var DefaultConfig = Config{
TxPool: core.DefaultTxPoolConfig,
GPO: gasprice.Config{
- Blocks: 10,
- Percentile: 50,
+ Blocks: 20,
+ Percentile: 60,
},
}