From ef43681ca89ebe8c982d63df772221117c8dcc8e Mon Sep 17 00:00:00 2001 From: spencer Date: Wed, 7 Feb 2024 16:42:05 +0700 Subject: [PATCH] clients/go-ethereum: Remove miner gasprice flag (#993) clients/go-ethereum/geth.sh: Remove miner gasprice flag. --- clients/go-ethereum/geth.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/clients/go-ethereum/geth.sh b/clients/go-ethereum/geth.sh index 9f05cbc34e..5c8d83f97a 100644 --- a/clients/go-ethereum/geth.sh +++ b/clients/go-ethereum/geth.sh @@ -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