mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Only process blocks which haven't been processed (#13442)
Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user