mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
plugins/funder: fix up compilation.
I merge Christian's plugin notification API change at the same time, broke plugins/funder. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -876,6 +876,7 @@ int main(int argc, char **argv)
|
|||||||
commands, ARRAY_SIZE(commands),
|
commands, ARRAY_SIZE(commands),
|
||||||
notifs, ARRAY_SIZE(notifs),
|
notifs, ARRAY_SIZE(notifs),
|
||||||
hooks, ARRAY_SIZE(hooks),
|
hooks, ARRAY_SIZE(hooks),
|
||||||
|
NULL, 0,
|
||||||
plugin_option("funder-policy",
|
plugin_option("funder-policy",
|
||||||
"string",
|
"string",
|
||||||
"Policy to use for dual-funding requests."
|
"Policy to use for dual-funding requests."
|
||||||
|
|||||||
Reference in New Issue
Block a user