From 23fc4aa187e076a6d678de7f455b1ca6da8e4a93 Mon Sep 17 00:00:00 2001 From: Rongjian Lan Date: Mon, 17 Jan 2022 15:19:17 -0800 Subject: [PATCH] update v4 with 3 PriceBump (#4010) --- core/tx_pool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tx_pool.go b/core/tx_pool.go index 610250b3e..2ee7ad90d 100644 --- a/core/tx_pool.go +++ b/core/tx_pool.go @@ -171,7 +171,7 @@ var DefaultTxPoolConfig = TxPoolConfig{ Rejournal: time.Hour, PriceLimit: 3e10, // 30 Gwei/Nano - PriceBump: 10, + PriceBump: 3, AccountSlots: 16, GlobalSlots: 4096,