Skip to content

Commit

Permalink
plugin: Make the WrappedNodeServer Cloneable
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Oct 30, 2023
1 parent cffdc6c commit 008844c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/gl-plugin/src/node/wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use super::PluginNodeServer;
/// implements the guarding against RPC commands that'd require a
/// signature if no HSM is attached (that'd lock up our node) and
/// providing RouteHints for disconnected and zeroconf channels too.
#[derive(Clone)]
pub struct WrappedNodeServer {
inner: cln_grpc::Server,
node_server: PluginNodeServer,
Expand Down

0 comments on commit 008844c

Please sign in to comment.