Commit 8d5dcd7a authored by shajiaiming's avatar shajiaiming

交易组验证

parent 057b1c47
......@@ -167,7 +167,7 @@ class CrossChainController extends Controller
doEnd :
//3步交易情况下需要做高度判断,2步交易注释IF判断
if (CoinCrossChain::RECHARGE == $val['is_with_draw'] && $val['step'] == 1 && $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