mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
plugins/chanbackup: PLUGIN_RESTARTABLE to PLUGIN_STATIC...
This commit is contained in:
@@ -410,7 +410,7 @@ static const struct plugin_command commands[] = { {
|
|||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
setup_locale();
|
setup_locale();
|
||||||
plugin_main(argv, init, PLUGIN_RESTARTABLE, true, NULL,
|
plugin_main(argv, init, PLUGIN_STATIC, true, NULL,
|
||||||
commands, ARRAY_SIZE(commands),
|
commands, ARRAY_SIZE(commands),
|
||||||
notifs, ARRAY_SIZE(notifs), NULL, 0,
|
notifs, ARRAY_SIZE(notifs), NULL, 0,
|
||||||
NULL, 0, /* Notification topics we publish */
|
NULL, 0, /* Notification topics we publish */
|
||||||
|
|||||||
Reference in New Issue
Block a user