Commit 88c8c405 authored by vipwzw's avatar vipwzw

auto ci

parent d6d4b15b
...@@ -393,9 +393,9 @@ func (a *action) superManagerVoteProc(title string) error { ...@@ -393,9 +393,9 @@ func (a *action) superManagerVoteProc(title string) error {
consensMainHeight = stat.(*pt.ParacrossHeightStatus).MainHeight consensMainHeight = stat.(*pt.ParacrossHeightStatus).MainHeight
} }
//return err to stop tx pass to para chain //return err to stop tx pass to para chain
if a.height <= consensMainHeight + confStopBlocks { if a.height <= consensMainHeight+confStopBlocks {
return errors.Wrapf(pt.ErrParaConsensStopBlocksNotReach, return errors.Wrapf(pt.ErrParaConsensStopBlocksNotReach,
"supermanager height not reach,current:%d less consens:%d plus confStopBlocks:%s", a.height,consensMainHeight,confStopBlocks) "supermanager height not reach,current:%d less consens:%d plus confStopBlocks:%s", a.height, consensMainHeight, confStopBlocks)
} }
return nil return nil
......
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