Skip to content

Commit

Permalink
Set default network identifier to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Sep 27, 2024
1 parent 2f6773c commit 8b3de56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ set_network_identifier() {
network_identifier="voitest-v1.0"
;;
*)
network_identifier="voitest-v1.0"
network_identifier="voimain-v1.0"
;;
esac
}
Expand Down Expand Up @@ -445,11 +445,9 @@ get_account_info() {
number_of_accounts=$(echo "${accounts_json}" | jq '.Accounts | length')

if [[ $number_of_accounts -gt 1 ]]; then
echo "More than one account found in wallet. Skipping account creation."
skip_account_setup=1
return 1
elif [[ $number_of_accounts -eq 1 ]] && [[ $allow_one_account != "true" ]]; then
echo "One account found in wallet. Skipping account creation."
get_account_address
skip_account_setup=1
return 1
Expand Down

0 comments on commit 8b3de56

Please sign in to comment.