Commit d524195e authored by shajiaiming's avatar shajiaiming

fix

parent 48c7aa0d
...@@ -150,7 +150,7 @@ class CrossChainController extends Controller ...@@ -150,7 +150,7 @@ class CrossChainController extends Controller
doEnd : doEnd :
if (CoinCrossChain::RECHARGE == $val['is_with_draw'] && $val['step'] > 2 && $switch && isset($height) && ($consensHeight < $height)) { if (CoinCrossChain::RECHARGE == $val['is_with_draw'] && $val['step'] == 2 && $switch && isset($height) && ($consensHeight < $height)) {
continue; continue;
} }
......
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