mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 16:44:20 +01:00
libplugin: Add 'getmanifest' 'dynamic' field
This commit is contained in:
committed by
Christian Decker
parent
f57f068592
commit
017ee7c916
@@ -1311,5 +1311,5 @@ static const struct plugin_command commands[] = { {
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
setup_locale();
|
||||
plugin_main(argv, init, commands, ARRAY_SIZE(commands), NULL);
|
||||
plugin_main(argv, init, PLUGIN_RESTARTABLE, commands, ARRAY_SIZE(commands), NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user