diff --git a/clients/besu/besu.sh b/clients/besu/besu.sh index 5a6b81f28a..a85096f4c6 100644 --- a/clients/besu/besu.sh +++ b/clients/besu/besu.sh @@ -99,7 +99,7 @@ if [ -d /blocks ]; then IMPORTFLAGS="$IMPORTFLAGS $blocks" fi -if [ "$HIVE_BOOTNODE" != "" ]; then +if [ "$HIVE_BOOTNODE" == "" ]; then # Configure mining. if [ "$HIVE_MINER" != "" ]; then FLAGS="$FLAGS --miner-enabled --miner-coinbase=$HIVE_MINER"