mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 07:58:22 -05:00
Initialize blob storage for initial sync service (#13312)
This commit is contained in:
@@ -754,6 +754,7 @@ func (b *BeaconNode) registerInitialSyncService(complete chan struct{}) error {
|
||||
BlockNotifier: b,
|
||||
ClockWaiter: b.clockWaiter,
|
||||
InitialSyncComplete: complete,
|
||||
BlobStorage: b.BlobStorage,
|
||||
})
|
||||
return b.services.RegisterService(is)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user