From c679daad9e9cf1cb2fdef7bb478f2a8fc4aa89ec Mon Sep 17 00:00:00 2001 From: Nico Flaig Date: Sat, 27 Apr 2024 16:49:24 +0100 Subject: [PATCH] Apply change from #6695 --- packages/api/src/beacon/routes/lodestar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/src/beacon/routes/lodestar.ts b/packages/api/src/beacon/routes/lodestar.ts index 4ce71f6908a8..d52aaf3eb186 100644 --- a/packages/api/src/beacon/routes/lodestar.ts +++ b/packages/api/src/beacon/routes/lodestar.ts @@ -142,7 +142,7 @@ export type Endpoints = { BlockProcessorQueueItem[], EmptyMeta >; - /** Dump a summary of the states in the StateContextCache */ + /** Dump a summary of the states in the block state cache and checkpoint state cache */ getStateCacheItems: Endpoint< // "GET",