Skip to content

Commit 3079f79

Browse files
authored
v1.1
1 parent 1130e03 commit 3079f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bms.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function TryUntilSuccessFunc() {
8484
function MainFunc() {
8585
GRAFFITI=$(echo $(ironfish config:get blockGraffiti) | sed 's/\"//g')
8686

87-
if [[ $(echo $(GetBalanceFunc) | bc) > .00000003 ]]; then
87+
if [ $(echo "$(GetBalanceFunc) > 0.00000003" | bc ) -eq 1 ]; then
8888
TryUntilSuccessFunc "MintFunc"
8989
TryUntilSuccessFunc "BurnFunc"
9090
TryUntilSuccessFunc "SendFunc"

0 commit comments

Comments
 (0)