Commit dc450c2e authored by 张振华's avatar 张振华

update

parent 5b34a61c
......@@ -115,6 +115,7 @@ func DposPerf() {
fmt.Println("sendCBTx failed")
}
time.Sleep(2 * time.Second)
/*
info2 := dposClient.csState.GetCBInfoByCircle(task.Cycle)
if info2 != nil && info2.StopHeight == info.StopHeight {
fmt.Println("GetCBInfoByCircle ok")
......@@ -122,6 +123,7 @@ func DposPerf() {
fmt.Println("GetCBInfoByCircle failed")
}
time.Sleep(1 * time.Second)
*/
for {
now = time.Now().Unix()
task = DecideTaskByTime(now)
......
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