Commit 48c7aa0d authored by shajiaiming's avatar shajiaiming

fix

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