From b0af5c86e3280ab6bc3aa3ad6b9331d7b0a225aa Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 14 Jul 2024 11:28:56 +0200 Subject: [PATCH] fix --- bsc/config/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsc/config/config.toml b/bsc/config/config.toml index b0e986be..e34e00e8 100644 --- a/bsc/config/config.toml +++ b/bsc/config/config.toml @@ -13,7 +13,7 @@ Locals = [] NoLocals = true Journal = "transactions.rlp" Rejournal = 3600000000000 -PriceLimit = 3000000000 +PriceLimit = 1000000000 PriceBump = 10 AccountSlots = 200 GlobalSlots = 8000