mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
Fix http api tests ci (#7943)
Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com> Co-Authored-By: Michael Sproul <micsproul@gmail.com> Co-Authored-By: Michael Sproul <michael@sigmaprime.io> Co-Authored-By: hopinheimer <knmanas6@gmail.com>
This commit is contained in:
@@ -73,6 +73,7 @@ async fn state_by_root_pruned_from_fork_choice() {
|
||||
})),
|
||||
None,
|
||||
Default::default(),
|
||||
false,
|
||||
)
|
||||
.await;
|
||||
|
||||
@@ -429,6 +430,7 @@ pub async fn proposer_boost_re_org_test(
|
||||
)
|
||||
})),
|
||||
Default::default(),
|
||||
false,
|
||||
)
|
||||
.await;
|
||||
let harness = &tester.harness;
|
||||
@@ -666,6 +668,7 @@ pub async fn proposer_boost_re_org_test(
|
||||
|
||||
// Check the fork choice updates that were sent.
|
||||
let forkchoice_updates = forkchoice_updates.lock();
|
||||
|
||||
let block_a_exec_hash = block_a
|
||||
.0
|
||||
.message()
|
||||
|
||||
Reference in New Issue
Block a user