From 6756681e542ecff77903ce9eb3eae1910c676bcc Mon Sep 17 00:00:00 2001 From: laanwj <126646+laanwj@users.noreply.github.com> Date: Tue, 12 Apr 2022 20:17:45 +0200 Subject: [PATCH] =?UTF-8?q?summary:=20lightnind=E2=86=92lightningd=20in=20?= =?UTF-8?q?shutdown=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- summary/summary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/summary/summary.py b/summary/summary.py index 6ff9823..4f6bdf7 100755 --- a/summary/summary.py +++ b/summary/summary.py @@ -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()