fix log message in chainstore
This commit is contained in:
parent
3c271db802
commit
4206744d7b
@ -290,7 +290,7 @@ func (cs *ChainStore) takeHeaviestTipSet(ctx context.Context, ts *types.TipSet)
|
||||
|
||||
span.AddAttributes(trace.BoolAttribute("newHead", true))
|
||||
|
||||
log.Infof("New heaviest tipset! %s (height=%d)", ts.Cids())
|
||||
log.Infof("New heaviest tipset! %s (height=%d)", ts.Cids(), ts.Height())
|
||||
cs.heaviest = ts
|
||||
|
||||
if err := cs.writeHead(ts); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user