mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
libplugin: Add notification topics to plugin_main
This commit is contained in:
committed by
Rusty Russell
parent
e02e972729
commit
f963a6a551
@@ -91,7 +91,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
setup_locale();
|
||||
plugin_main(argv, init, PLUGIN_STATIC, true, NULL, commands, ARRAY_SIZE(commands),
|
||||
NULL, 0, NULL, 0,
|
||||
NULL, 0, NULL, 0, NULL, 0,
|
||||
plugin_option("autocleaninvoice-cycle",
|
||||
"string",
|
||||
"Perform cleanup of expired invoices every"
|
||||
|
||||
Reference in New Issue
Block a user