provide data column storage to rpc handlers (#15606)

Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
This commit is contained in:
kasey
2025-08-20 10:51:11 -05:00
committed by GitHub
parent 07738dd9a4
commit 08fb3812b7
3 changed files with 5 additions and 0 deletions

View File

@@ -967,6 +967,7 @@ func (b *BeaconNode) registerRPCService(router *http.ServeMux) error {
Router: router,
ClockWaiter: b.clockWaiter,
BlobStorage: b.BlobStorage,
DataColumnStorage: b.DataColumnStorage,
TrackedValidatorsCache: b.trackedValidatorsCache,
PayloadIDCache: b.payloadIDCache,
LCStore: b.lcStore,