mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 23:54:22 +01:00
cln-plugin: Rework the plugin library using a Builder
This commit is contained in:
committed by
Rusty Russell
parent
4aba119733
commit
22618a2f94
@@ -104,14 +104,14 @@ mod test {
|
||||
}),
|
||||
),
|
||||
(
|
||||
ConfigOption::new("name", Value::Boolean(true), "description"
|
||||
ConfigOption::new("name", Value::Boolean(true), "description"),
|
||||
json!({
|
||||
"name": "name",
|
||||
"description":"description",
|
||||
"default": true,
|
||||
"type": "booltes",
|
||||
}),
|
||||
)),
|
||||
),
|
||||
];
|
||||
|
||||
for (input, expected) in tests.iter() {
|
||||
|
||||
Reference in New Issue
Block a user