mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 20:39:10 +00:00
Fix conflicts rebasing eip4844
This commit is contained in:
@@ -48,7 +48,7 @@ async fn merge_with_terminal_block_hash_override() {
|
||||
|
||||
spec.terminal_block_hash = genesis_pow_block_hash;
|
||||
|
||||
let harness = BeaconChainHarness::builder(E::default())
|
||||
let harness = BeaconChainHarness::builder(E::default(), TestingSlotClock)
|
||||
.spec(spec)
|
||||
.logger(logging::test_logger())
|
||||
.deterministic_keypairs(VALIDATOR_COUNT)
|
||||
@@ -105,7 +105,7 @@ async fn base_altair_merge_with_terminal_block_after_fork() {
|
||||
|
||||
let mut execution_payloads = vec![];
|
||||
|
||||
let harness = BeaconChainHarness::builder(E::default())
|
||||
let harness = BeaconChainHarness::builder(E::default(), TestingSlotClock)
|
||||
.spec(spec)
|
||||
.logger(logging::test_logger())
|
||||
.deterministic_keypairs(VALIDATOR_COUNT)
|
||||
|
||||
Reference in New Issue
Block a user