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