From e66a75037545b9ec337983b6724c85cdd6a87da1 Mon Sep 17 00:00:00 2001 From: Jimmy Chen Date: Thu, 17 Oct 2024 14:18:08 +1100 Subject: [PATCH] Remove extra character added. --- beacon_node/network/src/subnet_service/attestation_subnets.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/network/src/subnet_service/attestation_subnets.rs b/beacon_node/network/src/subnet_service/attestation_subnets.rs index ab6e77876f8..432a2b7fb7c 100644 --- a/beacon_node/network/src/subnet_service/attestation_subnets.rs +++ b/beacon_node/network/src/subnet_service/attestation_subnets.rs @@ -434,7 +434,7 @@ impl AttestationService { // duration of the subscription. let min_ttl = self .beacon_chain - i .slot_clock + .slot_clock .duration_to_slot(exact_subnet.slot + 1) .map(|duration| std::time::Instant::now() + duration); Some(SubnetDiscovery {