We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1130e03 commit 3079f79Copy full SHA for 3079f79
bms.sh
@@ -84,7 +84,7 @@ function TryUntilSuccessFunc() {
84
function MainFunc() {
85
GRAFFITI=$(echo $(ironfish config:get blockGraffiti) | sed 's/\"//g')
86
87
- if [[ $(echo $(GetBalanceFunc) | bc) > .00000003 ]]; then
+ if [ $(echo "$(GetBalanceFunc) > 0.00000003" | bc ) -eq 1 ]; then
88
TryUntilSuccessFunc "MintFunc"
89
TryUntilSuccessFunc "BurnFunc"
90
TryUntilSuccessFunc "SendFunc"
0 commit comments