Revert "Get electra_op_pool up to date (#5756)" (#5757)

This reverts commit ab9e58aa3d.
This commit is contained in:
ethDreamer
2024-05-09 17:10:04 -05:00
committed by GitHub
parent ab9e58aa3d
commit ca0967119b
12 changed files with 108 additions and 307 deletions

View File

@@ -1228,7 +1228,10 @@ async fn attesting_to_optimistic_head() {
let get_aggregated_by_slot_and_root = || {
rig.harness
.chain
.get_aggregated_attestation_base(attestation.data())
.get_aggregated_attestation_by_slot_and_root(
attestation.data().slot,
&attestation.data().tree_hash_root(),
)
};
/*