Skip to content

Commit db62d54

Browse files
committed
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>
1 parent 8ebde45 commit db62d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/src/messages.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub struct GetManifestCall {}
6363
#[derive(Deserialize, Debug)]
6464
pub(crate) struct InitCall {
6565
pub(crate) options: HashMap<String, Value>,
66-
pub(crate) configuration: Configuration,
66+
pub configuration: Configuration,
6767
}
6868

6969
#[derive(Clone, Deserialize, Debug)]

0 commit comments

Comments
 (0)