Skip to content

Commit ea0a4b4

Browse files
committed
fix utc
1 parent 9246d4a commit ea0a4b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/sequencers/based/sequencer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ func (s *BasedSequencer) fetchNextDAEpoch(ctx context.Context, maxBytes uint64)
257257
// Cache the transactions for this DA epoch
258258
s.currentBatchTxs = validTxs
259259

260-
return forcedTxsEvent.Timestamp, forcedTxsEvent.EndDaHeight, nil
260+
return forcedTxsEvent.Timestamp.UTC(), forcedTxsEvent.EndDaHeight, nil
261261
}
262262

263263
// VerifyBatch verifies a batch of transactions

0 commit comments

Comments
 (0)