mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-05 23:24:21 +01:00
libplugin: Add notification topics to plugin_main
This commit is contained in:
committed by
Rusty Russell
parent
e02e972729
commit
f963a6a551
@@ -722,5 +722,5 @@ int main(int argc, char *argv[])
|
||||
setenv("TZ", "", 1);
|
||||
plugin_main(argv, init, PLUGIN_RESTARTABLE, true, NULL, commands,
|
||||
ARRAY_SIZE(commands), NULL, 0, hooks, ARRAY_SIZE(hooks),
|
||||
NULL);
|
||||
NULL, 0, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user