mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore: add a few missing trait bounds (#8731)
This commit is contained in:
@@ -29,7 +29,7 @@ mod pool;
|
||||
/// - transaction pool
|
||||
/// - network
|
||||
/// - payload builder.
|
||||
pub trait NodeComponents<NodeTypes: FullNodeTypes>: Clone + Send + Sync + 'static {
|
||||
pub trait NodeComponents<NodeTypes: FullNodeTypes>: Clone + Unpin + Send + Sync + 'static {
|
||||
/// The transaction pool of the node.
|
||||
type Pool: TransactionPool + Unpin;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user