mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
\engine_getInclusionListV1 fix
This commit is contained in:
@@ -2307,7 +2307,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
);
|
||||
// Retrieve the inclusion list from the execution layer.
|
||||
let inclusion_list = execution_layer
|
||||
.get_inclusion_list(parent_hash.0)
|
||||
.get_inclusion_list()
|
||||
.await
|
||||
.map_err(|e| Error::ExecutionLayerGetInclusionListFailed(Box::new(e)))?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user