Skip to content

Commit

Permalink
fix: increase operation log error
Browse files Browse the repository at this point in the history
  • Loading branch information
sunway910 committed Oct 21, 2024
1 parent 2b62894 commit 3b9be66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/miner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ miner_ops() {
log_err "$3: Increase Stake Failed"
exit 1
else
log_success "$3: Increase Stake To $4"
log_success "${names_array[$i]}: $3 TCESS has been increased successfully"
exit 0
fi
fi
Expand All @@ -198,7 +198,7 @@ miner_ops() {
log_info "Please make sure that the miners have enough TCESS in signatureAcc and each signatureAcc is the same as its stakingAcc"
log_err "${names_array[$i]}: Increase Stake Failed"
else
log_success "${names_array[$i]}: Increase Stake To $3"
log_success "${names_array[$i]}: $3 TCESS has been increased successfully"
fi
fi
echo
Expand Down

0 comments on commit 3b9be66

Please sign in to comment.