We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac8e03 commit ca9aaf4Copy full SHA for ca9aaf4
beacon_node/network/src/sync/tests/lookups.rs
@@ -83,6 +83,7 @@ impl TestRig {
83
.logger(log.clone())
84
.deterministic_keypairs(1)
85
.fresh_ephemeral_store()
86
+ .mock_execution_layer()
87
.testing_slot_clock(TestingSlotClock::new(
88
Slot::new(0),
89
Duration::from_secs(0),
0 commit comments