mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +00:00
Debug tests
This commit is contained in:
@@ -141,7 +141,7 @@ async fn produces_attestations() {
|
||||
.early_attester_cache
|
||||
.add_head_block(
|
||||
block_root,
|
||||
Arc::new(block.clone()),
|
||||
Arc::new(block.clone()).into(),
|
||||
None,
|
||||
proto_block,
|
||||
&state,
|
||||
@@ -198,7 +198,7 @@ async fn early_attester_cache_old_request() {
|
||||
.early_attester_cache
|
||||
.add_head_block(
|
||||
head.beacon_block_root,
|
||||
head.beacon_block.clone(),
|
||||
head.beacon_block.clone().into(),
|
||||
None,
|
||||
head_proto_block,
|
||||
&head.beacon_state,
|
||||
|
||||
Reference in New Issue
Block a user