diff --git a/plugins/src/lib.rs b/plugins/src/lib.rs index 9decd0791..c3d58bcd6 100644 --- a/plugins/src/lib.rs +++ b/plugins/src/lib.rs @@ -47,8 +47,6 @@ where rpcmethods: HashMap>, subscriptions: HashMap>, dynamic: bool, - #[allow(unused)] - nonnumericids: bool, } /// A plugin that has registered with the lightning daemon, and gotten @@ -118,7 +116,6 @@ where options: vec![], rpcmethods: HashMap::new(), dynamic: false, - nonnumericids: true, } }