Commit 80deb0e8 authored by szh's avatar szh

up

parent 33bdd5bc
...@@ -231,7 +231,7 @@ func DealBlock(height int64) ( []*models.RaspMinerStat, *models.RaspMinerTxs,er ...@@ -231,7 +231,7 @@ func DealBlock(height int64) ( []*models.RaspMinerStat, *models.RaspMinerTxs,er
} }
raspTxs := NewMinerTxs(rt) raspTxs := NewMinerTxs(rt)
logging.Info("dealheightend",height,"getblock cost ",t2-t1,," dealtx cost ",t3-t2) logging.Info("dealheightend",height,"getblock cost ",t2-t1," dealtx cost ",t3-t2)
//logging.Info("txs",*raspTxs) //logging.Info("txs",*raspTxs)
return raspStatList,raspTxs,nil return raspStatList,raspTxs,nil
......
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