mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Update engine_api to latest version (#4223)
* Update Engine API to Latest * Get Mock EE Working * Fix Mock EE * Update Engine API Again * Rip out get_blobs_bundle Stuff * Fix Test Harness * Fix Clippy Complaints * Fix Beacon Chain Tests
This commit is contained in:
@@ -236,7 +236,7 @@ impl<E: EthSpec> LocalExecutionNode<E> {
|
||||
panic!("Failed to write jwt file {}", e);
|
||||
}
|
||||
Self {
|
||||
server: MockServer::new_with_config(&context.executor.handle().unwrap(), config),
|
||||
server: MockServer::new_with_config(&context.executor.handle().unwrap(), config, None),
|
||||
datadir,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user