Skip to content

Commit

Permalink
clients/besu: sh - Remove legacy option from startup flags (ethereum#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 and Eikix committed Mar 1, 2024
1 parent 80cdc29 commit 3cc2356
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 3cc2356

Please sign in to comment.