Removed unusued codepaths

This commit is contained in:
Eitan Seri-Levi
2025-01-06 16:41:22 +07:00
parent c7ef72d01e
commit 99450793a5
3 changed files with 1 additions and 33 deletions

View File

@@ -155,10 +155,6 @@ async fn attestations_across_fork_with_skip_slots() {
.post_beacon_pool_attestations_v1(&unaggregated_attestations)
.await
.unwrap();
// client
// .post_beacon_pool_attestations_v2(&unaggregated_attestations, fork_name)
// .await
// .unwrap();
let signed_aggregates = attestations
.into_iter()