Explorar el Código

Use bridges+hs-v2 as the default in test-network.sh

Using the onion service version in the network name helps diagnose errors.

Partial fix for 27345.
teor hace 6 años
padre
commit
f16e39673a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/test-network.sh

+ 1 - 1
tools/test-network.sh

@@ -306,7 +306,7 @@ fi
 $ECHO "$myname: Using \$CHUTNEY_TOR: '$CHUTNEY_TOR' and \$CHUTNEY_TOR_GENCERT: '$CHUTNEY_TOR_GENCERT'"
 
 # Set the variables for the chutney network flavour
-export NETWORK_FLAVOUR=${NETWORK_FLAVOUR:-"bridges+hs"}
+export NETWORK_FLAVOUR=${NETWORK_FLAVOUR:-"bridges+hs-v2"}
 export CHUTNEY_NETWORK="$CHUTNEY_PATH/networks/$NETWORK_FLAVOUR"
 
 if [ "$CHUTNEY_WARNINGS_SKIP" = true ]; then