mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-22 15:24:21 +01:00
cln-plugin: Remove unused nonnumericids field in Builder
It wasn't used, and we always return `true` in the manifest, because we support them.
This commit is contained in:
@@ -47,8 +47,6 @@ where
|
||||
rpcmethods: HashMap<String, RpcMethod<S>>,
|
||||
subscriptions: HashMap<String, Subscription<S>>,
|
||||
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,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user