mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 08:04:26 +01:00
cln-plugin: Make the configuration in init public
It was set to crate level visibility for some reason, not all that helpful :-) Suggested-by: Sergi Delgado Segura <@sr-gi>
This commit is contained in:
@@ -63,7 +63,7 @@ pub struct GetManifestCall {}
|
||||
#[derive(Deserialize, Debug)]
|
||||
pub(crate) struct InitCall {
|
||||
pub(crate) options: HashMap<String, Value>,
|
||||
pub(crate) configuration: Configuration,
|
||||
pub configuration: Configuration,
|
||||
}
|
||||
|
||||
#[derive(Clone, Deserialize, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user