mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 14:28:37 +00:00
EIP7549 get_attestation_indices (#5657)
* get attesting indices electra impl * fmt * get tests to pass * fmt * fix some beacon chain tests * fmt * fix slasher test * fmt got me again * fix more tests * fix tests
This commit is contained in:
@@ -1207,7 +1207,7 @@ async fn attesting_to_optimistic_head() {
|
||||
.chain
|
||||
.naive_aggregation_pool
|
||||
.write()
|
||||
.insert(&attestation)
|
||||
.insert(attestation.to_ref())
|
||||
.unwrap();
|
||||
|
||||
attestation
|
||||
|
||||
Reference in New Issue
Block a user