Skip to content

Commit

Permalink
Switch default genesis.json file to mainnet (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Shoots authored Jun 18, 2019
1 parent 3c4897f commit c218e36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/compute_branch_release_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit c218e36

Please sign in to comment.