Skip to content

Commit

Permalink
clients/go-ethereum: Remove miner gasprice flag (ethereum#993)
Browse files Browse the repository at this point in the history
clients/go-ethereum/geth.sh: Remove miner gasprice flag.
  • Loading branch information
spencer-tb authored and Eikix committed Mar 1, 2024
1 parent facba89 commit ef43681
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/go-ethereum/geth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ fi
if [ "$HIVE_MINER_EXTRA" != "" ]; then
FLAGS="$FLAGS --miner.extradata $HIVE_MINER_EXTRA"
fi
FLAGS="$FLAGS --miner.gasprice 16000000000"

# Configure LES.
if [ "$HIVE_LES_SERVER" == "1" ]; then
Expand Down

0 comments on commit ef43681

Please sign in to comment.