Skip to content

Commit

Permalink
plugins/funder: fix up compilation.
Browse files Browse the repository at this point in the history
I merge Christian's plugin notification API change at the same
time, broke plugins/funder.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell committed May 3, 2021
1 parent c58b15d commit ff6b26b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/funder.c
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit ff6b26b

Please sign in to comment.