From 13024be4dafbaf7fe0a20a7a968288f4c9cdd7f0 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 11 Apr 2025 20:06:42 +0200 Subject: [PATCH] nwc plugin: fix config key --- electrum/plugins/nwc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/plugins/nwc/__init__.py b/electrum/plugins/nwc/__init__.py index b057ab98b..38713c88c 100644 --- a/electrum/plugins/nwc/__init__.py +++ b/electrum/plugins/nwc/__init__.py @@ -11,7 +11,7 @@ plugin_name = "nwc" # Most NWC clients only use the first relay encoded in the connection string. # This relay will be used as the first relay in the connection string. SimpleConfig.NWC_RELAY = ConfigVar( - key='nwc_relay', + key='plugins.nwc.relay', default='wss://relay.getalby.com/v1', type_=str, plugin=plugin_name