Commit 369b8945 authored by vipwzw's avatar vipwzw

auto ci

parent 501e7db5
......@@ -445,7 +445,7 @@ func (client *commitMsgClient) getNodeStatus(start, end int64) ([]*pt.ParacrossN
return nil, errors.New("paracommitmsg wrong block result")
}
nodeList[block.Block.Height].BlockHash = block.Block.Hash()
if !paracross.IsParaForkHeight(nodeList[block.Block.Height].MainBlockHeight,paracross.ForkLoopCheckCommitTxDone){
if !paracross.IsParaForkHeight(nodeList[block.Block.Height].MainBlockHeight, paracross.ForkLoopCheckCommitTxDone) {
nodeList[block.Block.Height].StateHash = block.Block.StateHash
}
}
......
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