Skip to content

Commit

Permalink
Improve language
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Oct 17, 2024
1 parent e9bd455 commit 0cf0a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ check_staking_accounts() {
balance=$(get_account_balance "${account}")

if [[ ${balance} -lt "1000" ]]; then
echo "Balance is below 1,000 microVoi. Skipping staking account setup."
echo "Balance is below 0.001 Voi. Skipping staking account setup."
continue
fi

Expand Down

0 comments on commit 0cf0a10

Please sign in to comment.