mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 22:34:45 +00:00
Fix Aggregation Pool for Electra (#5754)
* Fix Aggregation Pool for Electra * Remove Outdated Interface
This commit is contained in:
@@ -1228,10 +1228,7 @@ async fn attesting_to_optimistic_head() {
|
||||
let get_aggregated_by_slot_and_root = || {
|
||||
rig.harness
|
||||
.chain
|
||||
.get_aggregated_attestation_by_slot_and_root(
|
||||
attestation.data().slot,
|
||||
&attestation.data().tree_hash_root(),
|
||||
)
|
||||
.get_aggregated_attestation_base(attestation.data())
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user