Skip to content

Commit

Permalink
v1.8 minor
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberomanov authored Jan 25, 2023
1 parent b63904d commit 453d69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ function MainFunc() {
echo -e "assetId: ${IDENTIFIER}.\n"
fi

echo -e "$(PrintTime) balance of \$IRON: $(GetBalanceFunc)."
echo -e "$(PrintTime) balance of \$${GRAFFITI}: $(GetBalanceFunc "${IDENTIFIER}").\n"
echo -e "balance of \$IRON: $(GetBalanceFunc)."
echo -e "balance of \$${GRAFFITI}: $(GetBalanceFunc "${IDENTIFIER}").\n"
echo -e "with love by @cyberomanov."
else
echo -e "$(PrintTime) not enough balance. minimum required: \$IRON 0.00000003, but you have only: \$IRON $(GetBalanceFunc). if it's a bug, try in a few minutes.\n"
Expand Down

0 comments on commit 453d69f

Please sign in to comment.