libplugin: Add notification topics to plugin_main

This commit is contained in:
Christian Decker
2021-04-28 17:28:27 +02:00
committed by Rusty Russell
parent e02e972729
commit f963a6a551
11 changed files with 21 additions and 8 deletions

View File

@@ -972,7 +972,7 @@ int main(int argc, char *argv[])
plugin_main(argv, init, PLUGIN_STATIC, false /* Do not init RPC on startup*/,
NULL, commands, ARRAY_SIZE(commands),
NULL, 0, NULL, 0,
NULL, 0, NULL, 0, NULL, 0,
plugin_option("bitcoin-datadir",
"string",
"-datadir arg for bitcoin-cli",