Delete unused config (#14016)

This commit is contained in:
Preston Van Loon
2024-06-11 10:51:17 -05:00
committed by GitHub
parent dfe31c9242
commit 8ac1647436
2 changed files with 0 additions and 10 deletions

View File

@@ -120,7 +120,6 @@ type BeaconNode struct {
initialSyncComplete chan struct{}
BlobStorage *filesystem.BlobStorage
BlobStorageOptions []filesystem.BlobStorageOption
blobRetentionEpochs primitives.Epoch
verifyInitWaiter *verification.InitializerWaiter
syncChecker *initialsync.SyncChecker
}