rename early attester cache method

This commit is contained in:
realbigsean
2024-02-14 21:54:44 -05:00
parent 0cf408fc27
commit 597e05fda2
2 changed files with 2 additions and 2 deletions

View File

@@ -1128,7 +1128,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
/// ## Errors
///
/// May return a database error.
pub fn get_blocks_checking_early_attester_cache(
pub fn get_blocks_checking_caches(
self: &Arc<Self>,
block_roots: Vec<Hash256>,
executor: &TaskExecutor,