diff --git a/scripts/compute_branch_release_network.sh b/scripts/compute_branch_release_network.sh index 15882507f2..744d5a5eac 100755 --- a/scripts/compute_branch_release_network.sh +++ b/scripts/compute_branch_release_network.sh @@ -9,9 +9,9 @@ if [ -z "${NETWORK}" ]; then exit -1 fi -#if [ "${NETWORK}" = "testnet" ]; then -# echo "mainnet" -# exit 0 -#fi +if [ "${NETWORK}" = "testnet" ]; then + echo "mainnet" + exit 0 +fi echo "${NETWORK}"