mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
cargo fix and some test fixes
This commit is contained in:
@@ -520,9 +520,9 @@ pub async fn prepare_execution_payload_and_blobs<
|
||||
T: BeaconChainTypes,
|
||||
Payload: ExecPayload<T::EthSpec>,
|
||||
>(
|
||||
chain: &BeaconChain<T>,
|
||||
state: &BeaconState<T::EthSpec>,
|
||||
proposer_index: u64,
|
||||
_chain: &BeaconChain<T>,
|
||||
_state: &BeaconState<T::EthSpec>,
|
||||
_proposer_index: u64,
|
||||
) -> Result<
|
||||
Option<(
|
||||
Payload,
|
||||
|
||||
Reference in New Issue
Block a user