chore: rm redundant Send,Sync bounds on ParallelProof (#14248)

This commit is contained in:
Dan Cline
2025-02-05 18:50:23 -05:00
committed by GitHub
parent 62a8e62c3d
commit 3309484a30

View File

@@ -78,12 +78,8 @@ impl<Factory> ParallelProof<Factory> {
impl<Factory> ParallelProof<Factory>
where
Factory: DatabaseProviderFactory<Provider: BlockReader>
+ StateCommitmentProvider
+ Clone
+ Send
+ Sync
+ 'static,
Factory:
DatabaseProviderFactory<Provider: BlockReader> + StateCommitmentProvider + Clone + 'static,
{
/// Generate a state multiproof according to specified targets.
pub fn multiproof(