Commit 4b7b1ccc authored by vipwzw's avatar vipwzw

auto ci

parent 4ccc580a
...@@ -342,7 +342,7 @@ func (a *action) nodeVote(config *pt.ParaNodeAddrConfig) (*types.Receipt, error) ...@@ -342,7 +342,7 @@ func (a *action) nodeVote(config *pt.ParaNodeAddrConfig) (*types.Receipt, error)
} }
consensHeight := data.(*pt.ParacrossStatus).Height consensHeight := data.(*pt.ParacrossStatus).Height
//return err to stop tx pass to para chain //return err to stop tx pass to para chain
if a.exec.GetMainHeight() <= consensHeight + confStopBlocks { if a.exec.GetMainHeight() <= consensHeight+confStopBlocks {
clog.Error("paracross.nodeVote, super manager height not reach", "currHeight", a.exec.GetMainHeight(), "consensHeight", consensHeight, "confHeight", confStopBlocks) clog.Error("paracross.nodeVote, super manager height not reach", "currHeight", a.exec.GetMainHeight(), "consensHeight", consensHeight, "confHeight", confStopBlocks)
return nil, pt.ErrParaConsensStopBlocksNotReach return nil, pt.ErrParaConsensStopBlocksNotReach
} }
......
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