Initialize blob storage for initial sync service (#13312)

This commit is contained in:
terence
2023-12-11 15:52:07 +08:00
committed by GitHub
parent 9b1b6f9be6
commit 122a7782ff

View File

@@ -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)
}