From 964256644170a8e79477299d12b9e5689ba78eb2 Mon Sep 17 00:00:00 2001 From: Rongjian Lan Date: Mon, 20 Dec 2021 17:33:00 -0800 Subject: [PATCH] update comment --- 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 9c06b8e4f..8adc4bfb3 100644 --- a/core/tx_pool.go +++ b/core/tx_pool.go @@ -170,7 +170,7 @@ var DefaultTxPoolConfig = TxPoolConfig{ Journal: "transactions.rlp", Rejournal: time.Hour, - PriceLimit: 5e10, // 100 Gwei/Nano + PriceLimit: 5e10, // 50 Gwei/Nano PriceBump: 10, AccountSlots: 16,