Fix failing tests after merge

This commit is contained in:
Jimmy Chen
2023-06-27 15:26:14 +10:00
parent 97c4660761
commit d062f61125
3 changed files with 28 additions and 9 deletions

View File

@@ -2921,7 +2921,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
}
}
async fn import_available_block(
pub async fn import_available_block(
self: &Arc<Self>,
block: Box<AvailableExecutedBlock<T::EthSpec>>,
) -> Result<AvailabilityProcessingStatus, BlockError<T::EthSpec>> {