Commit fc31458f authored by madengji's avatar madengji Committed by 33cn

fix linter

parent ad82e996
...@@ -165,7 +165,7 @@ function paracross_Transfer_Withdraw_Inner() { ...@@ -165,7 +165,7 @@ function paracross_Transfer_Withdraw_Inner() {
#实际取钱金额 #实际取钱金额
para_withdraw_real=$((para_balance_after - para_balance_withdraw_after)) para_withdraw_real=$((para_balance_after - para_balance_withdraw_after))
main_withdraw_real=$((main_balance_withdraw_after - main_balance_after)) main_withdraw_real=$((main_balance_withdraw_after - main_balance_after))
if [ "$withdraw_should" != "$para_withdraw_real" ] || [ "$withdraw_should" != "$main_withdraw_real" ]; then if [ "$withdraw_should" != "$para_withdraw_real" ] && [ "$withdraw_should" != "$main_withdraw_real" ]; then
chain33_BlockWait 2 ${UNIT_HTTP} chain33_BlockWait 2 ${UNIT_HTTP}
times=$((times - 1)) times=$((times - 1))
if [ $times -le 0 ]; then if [ $times -le 0 ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment