Commit 35abd85a authored by vipwzw's avatar vipwzw

auto ci

parent 34453ff5
...@@ -540,7 +540,7 @@ out: ...@@ -540,7 +540,7 @@ out:
count = int64(len(paraTxs.Items)) count = int64(len(paraTxs.Items))
} }
//如果当前正在追赶,暂不处理 //如果当前正在追赶,暂不处理
if client.commitMsgClient.authAccount != "" && client.isCaughtUp() && len(paraTxs.Items) > 0{ if client.commitMsgClient.authAccount != "" && client.isCaughtUp() && len(paraTxs.Items) > 0 {
client.commitMsgClient.commitTxCheckNotify(paraTxs.Items[0]) client.commitMsgClient.commitTxCheckNotify(paraTxs.Items[0])
} }
......
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