Commit 8890e04a authored by szh's avatar szh

update import bug

parent e9ff5339
...@@ -78,6 +78,8 @@ func SyncBlock() { ...@@ -78,6 +78,8 @@ func SyncBlock() {
statList = append(statList,stat) statList = append(statList,stat)
txsList = append(txsList,txs) txsList = append(txsList,txs)
logging.Info("DealBlock",height) logging.Info("DealBlock",height)
logging.Info("DealBlock stat",*stat)
logging.Info("DealBlock txs",*txs)
checkList[height] = height checkList[height] = height
}(height) }(height)
} }
......
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