mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +00:00
small fixes
This commit is contained in:
committed by
Pawan Dhananjay
parent
c332bc272c
commit
956ac7cbe9
@@ -684,7 +684,7 @@ pub struct ExecutionPendingBlock<
|
||||
/// Used to allow functions to accept blocks at various stages of verification.
|
||||
pub trait IntoExecutionPendingBlock<
|
||||
T: BeaconChainTypes,
|
||||
B: IntoAvailableBlock = AvailableBlock<T::EthSpec>,
|
||||
B: IntoAvailableBlock<T> = AvailableBlock<T::EthSpec>,
|
||||
>: Sized
|
||||
{
|
||||
fn into_execution_pending_block(
|
||||
|
||||
Reference in New Issue
Block a user