small fixes

This commit is contained in:
realbigsean
2023-02-20 09:15:58 -05:00
committed by Pawan Dhananjay
parent c332bc272c
commit 956ac7cbe9
3 changed files with 29 additions and 41 deletions

View File

@@ -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(