walletsBalance.sh: Comment tests

This commit is contained in:
poka 2020-10-16 22:02:17 +02:00
parent e9a203ac26
commit cb43ebf132
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ work() {
totalBalance="$totalBalance"$'\n'"$formatedBalance"
# For tests only
[[ $i == "13fn6X3XWVgshHTgS8beZMo9XiyScx6MB6yPsBB5ZBia" ]] && break
[[ $i == "12JDJibbgZPRfD6Hoecg8rQRvCR5VYrMnqzfhQYmAr3k" ]] && break
# [[ $i == "13fn6X3XWVgshHTgS8beZMo9XiyScx6MB6yPsBB5ZBia" ]] && break
# [[ $i == "12JDJibbgZPRfD6Hoecg8rQRvCR5VYrMnqzfhQYmAr3k" ]] && break
done
}