mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +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:
parent
c58b15de19
commit
ff6b26b70e
@ -876,6 +876,7 @@ int main(int argc, char **argv)
|
||||
commands, ARRAY_SIZE(commands),
|
||||
notifs, ARRAY_SIZE(notifs),
|
||||
hooks, ARRAY_SIZE(hooks),
|
||||
NULL, 0,
|
||||
plugin_option("funder-policy",
|
||||
"string",
|
||||
"Policy to use for dual-funding requests."
|
||||
|
Loading…
Reference in New Issue
Block a user