mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
cln-plugin: Populate the options when we get an init call
This commit is contained in:
committed by
Rusty Russell
parent
249fa8675a
commit
fbcb4c33ad
@@ -62,9 +62,8 @@ pub(crate) enum Notification {
|
||||
pub struct GetManifestCall {}
|
||||
|
||||
#[derive(Deserialize, Debug)]
|
||||
pub struct InitCall {
|
||||
pub options: Value,
|
||||
pub configuration: HashMap<String, Value>,
|
||||
pub(crate) struct InitCall {
|
||||
pub(crate) options: HashMap<String, Value>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user