Commit 6353044e authored by szh's avatar szh

update addr add bug

parent 6a686e50
......@@ -104,7 +104,7 @@ func SyncBlock() {
}
}
}
if len(txsList) != int(maxDownload) || len(txsList) > len(statMap) {
if len(txsList) != int(maxDownload) {
logging.Error("txsList",len(txsList),"txsMap",len(txsMap),"statMap",len(statMap),"checkList",len(checkList))
for _,v:= range checkList {
var t bool
......
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