|
|
start, end := chain[st.lastIndex], chain[index]
|
|
start, end := chain[st.lastIndex], chain[index]
|
|
|
glog.Infof("imported %d block(s) (%d queued %d ignored) including %d txs in %v. #%v [%x / %x]\n", st.processed, st.queued, st.ignored, txcount, duration, end.Number(), start.Hash().Bytes()[:4], end.Hash().Bytes()[:4])
|
|
glog.Infof("imported %d block(s) (%d queued %d ignored) including %d txs in %v. #%v [%x / %x]\n", st.processed, st.queued, st.ignored, txcount, duration, end.Number(), start.Hash().Bytes()[:4], end.Hash().Bytes()[:4])
|
|
|
*st = insertStats{startTime: now, lastIndex: index}
|
|
*st = insertStats{startTime: now, lastIndex: index}
|