mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-26 01:03:40 +00:00
Resolve merge conflicts
This commit is contained in:
@@ -1438,7 +1438,7 @@ async fn weights_after_resetting_optimistic_status() {
|
||||
.canonical_head
|
||||
.fork_choice_write_lock()
|
||||
.proto_array_mut()
|
||||
.set_all_blocks_to_optimistic::<E>(&rig.harness.chain.spec)
|
||||
.set_all_blocks_to_optimistic::<E>()
|
||||
.unwrap();
|
||||
|
||||
let new_weights = rig
|
||||
|
||||
@@ -2938,6 +2938,7 @@ async fn reproduction_unaligned_checkpoint_sync_pruned_payload() {
|
||||
wss_state,
|
||||
wss_block.clone(),
|
||||
wss_blobs_opt.clone(),
|
||||
None,
|
||||
genesis_state,
|
||||
)
|
||||
.unwrap()
|
||||
@@ -3088,6 +3089,7 @@ async fn weak_subjectivity_sync_test(
|
||||
} else {
|
||||
None
|
||||
},
|
||||
None,
|
||||
genesis_state,
|
||||
)
|
||||
.unwrap()
|
||||
|
||||
Reference in New Issue
Block a user