Browse Source

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 5 years ago
parent
commit
f16e39673a
1 changed files with 1 additions and 1 deletions
  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