diff --git a/txpool/txpoolcfg/txpoolcfg.go b/txpool/txpoolcfg/txpoolcfg.go index 303faad9..affdf879 100644 --- a/txpool/txpoolcfg/txpoolcfg.go +++ b/txpool/txpoolcfg/txpoolcfg.go @@ -30,7 +30,7 @@ import ( ) // BorDefaultTxPoolPriceLimit defines the minimum gas price limit for bor to enforce txs acceptance into the pool. -const BorDefaultTxPoolPriceLimit = 30 * common.GWei +const BorDefaultTxPoolPriceLimit = 25 * common.GWei type Config struct { DBDir string