Only process blocks which haven't been processed (#13442)

Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
This commit is contained in:
Justin Traglia
2024-01-09 16:14:03 -06:00
committed by GitHub
parent 703cfc5819
commit cf606e3766
6 changed files with 9 additions and 12 deletions

View File

@@ -81,7 +81,7 @@ type BlockWithROBlobs struct {
Blobs []ROBlob
}
// BlockWithROBlobsSlice gives convnenient access to getting a slice of just the ROBlocks,
// BlockWithROBlobsSlice gives convenient access to getting a slice of just the ROBlocks,
// and defines sorting helpers.
type BlockWithROBlobsSlice []BlockWithROBlobs