From 68fd7a7881d84d8ac536d8542b8be55a65e9fb8d Mon Sep 17 00:00:00 2001 From: realbigsean Date: Fri, 21 Jun 2024 13:09:56 -0400 Subject: [PATCH] Update beacon_node/beacon_chain/src/attestation_verification.rs --- beacon_node/beacon_chain/src/attestation_verification.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/beacon_chain/src/attestation_verification.rs b/beacon_node/beacon_chain/src/attestation_verification.rs index c7f7bb58da..45db6f23a3 100644 --- a/beacon_node/beacon_chain/src/attestation_verification.rs +++ b/beacon_node/beacon_chain/src/attestation_verification.rs @@ -1396,7 +1396,7 @@ pub fn obtain_indexed_attestation_and_committees_per_slot( /// `beacon_chain.shuffling_cache` or it might involve reading it from a state from the DB. Due to /// the complexities of `RwLock`s on the shuffling cache, a simple `Cow` isn't suitable here. /// -/// If the committees for an `attestation`'s slot isn't found in the `shuffling_cache`, we will read a state +/// If the committees for an `attestation`'s slot aren't found in the `shuffling_cache`, we will read a state /// from disk and then update the `shuffling_cache`. /// /// Committees are sorted by ascending index order 0..committees_per_slot