mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-21 06:48:27 +00:00
Remove proposer boost weight during upgrade
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
|
||||
|
||||
Reference in New Issue
Block a user