Commit 25ef0c82 authored by vipwzw's avatar vipwzw

auto ci

parent a730e07f
...@@ -232,7 +232,6 @@ func listNodeGroupStatus(db dbm.KVDB, prefix []byte) (types.Message, error) { ...@@ -232,7 +232,6 @@ func listNodeGroupStatus(db dbm.KVDB, prefix []byte) (types.Message, error) {
return &resp, nil return &resp, nil
} }
//按状态遍历 //按状态遍历
func listLocalNodeStatus(db dbm.KVDB, title string, status int32) (types.Message, error) { func listLocalNodeStatus(db dbm.KVDB, title string, status int32) (types.Message, error) {
prefix := calcLocalNodeStatusPrefix(title, status) prefix := calcLocalNodeStatusPrefix(title, status)
......
...@@ -331,7 +331,7 @@ func (a *action) superManagerVoteProc(title string) error { ...@@ -331,7 +331,7 @@ func (a *action) superManagerVoteProc(title string) error {
//return err to stop tx pass to para chain //return err to stop tx pass to para chain
if a.exec.GetMainHeight() <= consensMainHeight+confStopBlocks*int64(status.EmptyBlockInterval) { if a.exec.GetMainHeight() <= consensMainHeight+confStopBlocks*int64(status.EmptyBlockInterval) {
clog.Error("paracross.nodeVote, super manager height not reach", "currHeight", a.exec.GetMainHeight(), clog.Error("paracross.nodeVote, super manager height not reach", "currHeight", a.exec.GetMainHeight(),
"consensHeight", consensHeight,"mainHeight",consensMainHeight, "confHeight", confStopBlocks,"interval",status.EmptyBlockInterval) "consensHeight", consensHeight, "mainHeight", consensMainHeight, "confHeight", confStopBlocks, "interval", status.EmptyBlockInterval)
return pt.ErrParaConsensStopBlocksNotReach return pt.ErrParaConsensStopBlocksNotReach
} }
......
This diff is collapsed.
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