mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 08:34:18 +01:00
summary: lightnind→lightningd in shutdown message
This commit is contained in:
@@ -340,7 +340,7 @@ def init(options, configuration, plugin):
|
||||
|
||||
@plugin.subscribe("shutdown")
|
||||
def on_rpc_command_callback(plugin, **kwargs):
|
||||
plugin.log("Closing db before lightnind exit")
|
||||
plugin.log("Closing db before lightningd exit")
|
||||
close_db(plugin)
|
||||
sys.exit()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user