Skip to content

Commit 14fe7fc

Browse files
clients/besu: sh - Remove legacy option from startup flags (#863)
Remove legacy tx pool option Signed-off-by: Gabriel-Trintinalia <[email protected]>
1 parent ce4be72 commit 14fe7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/besu/besu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ fi
113113
if [ "$HIVE_MINER_EXTRA" != "" ]; then
114114
FLAGS="$FLAGS --miner-extra-data=$HIVE_MINER_EXTRA"
115115
fi
116-
FLAGS="$FLAGS --min-gas-price=1 --tx-pool-price-bump=0 --tx-pool-limit-by-account-percentage=1"
116+
FLAGS="$FLAGS --min-gas-price=1 --tx-pool-price-bump=0"
117117

118118
# Configure peer-to-peer networking.
119119
if [ "$HIVE_BOOTNODE" != "" ]; then

0 commit comments

Comments
 (0)