From 1cfae1edd71f28997f2f4117b6aef140ba5e848a Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Thu, 1 May 2025 10:42:57 +0200 Subject: [PATCH] config: update description for nostr_relays --- electrum/simple_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electrum/simple_config.py b/electrum/simple_config.py index 36271d857..4f16f1db1 100644 --- a/electrum/simple_config.py +++ b/electrum/simple_config.py @@ -859,8 +859,8 @@ Warning: setting this to too low will result in lots of payment failures."""), type_=str, short_desc=lambda: _("Nostr relays"), long_desc=lambda: ' '.join([ - _('Nostr relays are used to send and receive submarine swap offers'), - _('If this list is empty, Electrum will use http instead'), + _('Nostr relays are used to send and receive submarine swap offers.'), + _('These relays are also used for some plugins, e.g. Nostr Wallet Connect or Nostr Cosigner'), ]), )