mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-19 14:44:16 +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:
parent
53b37ca1c1
commit
f09871d739
@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user