Skip to content

Commit

Permalink
clients/besu: sh - Remove legacy option from startup flags (#863)
Browse files Browse the repository at this point in the history
Remove legacy tx pool option

Signed-off-by: Gabriel-Trintinalia <[email protected]>
  • Loading branch information
Gabriel-Trintinalia authored Sep 15, 2023
1 parent ce4be72 commit 14fe7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/besu/besu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fi
if [ "$HIVE_MINER_EXTRA" != "" ]; then
FLAGS="$FLAGS --miner-extra-data=$HIVE_MINER_EXTRA"
fi
FLAGS="$FLAGS --min-gas-price=1 --tx-pool-price-bump=0 --tx-pool-limit-by-account-percentage=1"
FLAGS="$FLAGS --min-gas-price=1 --tx-pool-price-bump=0"

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

0 comments on commit 14fe7fc

Please sign in to comment.