Skip to content

Commit

Permalink
fix:transaction list time field.
Browse files Browse the repository at this point in the history
  • Loading branch information
romever committed Nov 16, 2024
1 parent 6860ba5 commit f8e04be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job/task/block_task.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func BlockScanner(ctx context.Context, svcCtx *svc.ServiceContext) {
}
logc.Infof(ctx, "transact duration [%v]", time.Since(startTime))

logc.Infof(ctx, "block scan height: %d, current height: %d", scanHeight, currentHeight)
logc.Infof(ctx, "block scan height: %d, current height: %d, size:[%d]", scanHeight, currentHeight, len(txsModels))
scanHeight++
}
}
Expand Down

0 comments on commit f8e04be

Please sign in to comment.