mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore: rm redundant Send,Sync bounds on ParallelProof (#14248)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user