From ff6b26b70e386a6afdaeba543974a10ae143f7fc Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 3 May 2021 11:42:04 +0930 Subject: [PATCH] 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 --- plugins/funder.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/funder.c b/plugins/funder.c index 7c62bd545..cbddafb57 100644 --- a/plugins/funder.c +++ b/plugins/funder.c @@ -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."