From 0c0699c0460c1b149915729223eec701bde481df Mon Sep 17 00:00:00 2001 From: hozan23 Date: Fri, 14 Jun 2024 02:04:43 +0200 Subject: p2p: WIP implement rpc server for the p2p monitor --- jsonrpc/src/server/channel.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'jsonrpc/src/server/channel.rs') diff --git a/jsonrpc/src/server/channel.rs b/jsonrpc/src/server/channel.rs index bb62b9f..9278c8c 100644 --- a/jsonrpc/src/server/channel.rs +++ b/jsonrpc/src/server/channel.rs @@ -11,6 +11,7 @@ pub(crate) struct NewNotification { } /// Represents a new subscription +#[derive(Clone)] pub struct Subscription { pub id: SubscriptionID, parent: Arc, -- cgit v1.2.3