diff --git a/bin/reth/src/cli/components.rs b/bin/reth/src/cli/components.rs index a550dfb2c..7a810aa03 100644 --- a/bin/reth/src/cli/components.rs +++ b/bin/reth/src/cli/components.rs @@ -41,7 +41,7 @@ impl FullProvider for T where } /// The trait that is implemented for the Node command. -pub trait RethNodeComponents { +pub trait RethNodeComponents: Clone + Send + Sync + 'static { /// The Provider type that is provided by the not itself type Provider: FullProvider; /// The transaction pool type