Skip to content

Commit

Permalink
fix:transaction list time field.
Browse files Browse the repository at this point in the history
romever committed Nov 17, 2024
1 parent d124d7e commit c522d05
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
@@ -133,7 +133,7 @@ func BlockScanner(ctx context.Context, svcCtx *svc.ServiceContext) {
Height: block.Height,
Epoch: int64(epoch),
Hash: block.Hash.Hex(),
Timestamp: block.Time,
Timestamp: block.Time.UTC(),
Meta: string(metaJson),
Txs: int64(len(txs)),
ProposerAddress: meta.Header.ProposerAddress.String(),

0 comments on commit c522d05

Please sign in to comment.