Skip to content

Commit

Permalink
Remove extra character added.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen committed Oct 17, 2024
1 parent 2710d3c commit e66a750
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ impl<T: BeaconChainTypes> AttestationService<T> {
// 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 {
Expand Down

0 comments on commit e66a750

Please sign in to comment.