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:
Rusty Russell 2021-05-03 11:42:04 +09:30
parent c58b15de19
commit ff6b26b70e

View File

@ -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."