mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 00:54:20 +01:00
libplugin: Add notification topics to plugin_main
This commit is contained in:
committed by
Rusty Russell
parent
e02e972729
commit
f963a6a551
@@ -39,6 +39,7 @@ int main(int argc, char **argv)
|
||||
commands, tal_count(commands),
|
||||
notifs, tal_count(notifs),
|
||||
NULL, 0,
|
||||
NULL, 0, /* Notification topics */
|
||||
NULL);
|
||||
|
||||
tal_free(owner);
|
||||
|
||||
Reference in New Issue
Block a user