Skip to content

Commit 632cba7

Browse files
authored
Merge branch 'develop' into fix/bridge_history_GetL2UnclaimedWithdrawalsByAddress
2 parents 7785864 + 9100a0b commit 632cba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rollup/internal/controller/blob_uploader/blob_uploader.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ func (b *BlobUploader) GetFirstUnuploadedBatchByPlatform(ctx context.Context, st
242242
break
243243
}
244244

245-
// disable this check to upload blobs before it's committed. This is to
246-
// alleviate the case nodes try to fetch the blob from s3 before its uploaded.
245+
// disable this check to upload blobs before it's committed. This is to
246+
// alleviate the case nodes try to fetch the blob from s3 before its uploaded.
247247
// if len(batch.CommitTxHash) == 0 {
248248
// log.Debug("got batch not committed for blob uploading", "batch_index", batchIndex, "platform", platform.String())
249249
// return nil, nil

0 commit comments

Comments
 (0)