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 d0079f5 commit d124d7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions job/task/block_task.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ func BlockScanner(ctx context.Context, svcCtx *svc.ServiceContext) {
scanHeight++
}

logc.Infof(ctx, "block scan start: scanHeight:[%d], currentHeight:[%d]", scanHeight, currentHeight)

for scanHeight <= currentHeight {
//block
block, err := consensusApi.GetBlock(ctx, scanHeight)
Expand Down

0 comments on commit d124d7e

Please sign in to comment.