1
0

config: update description for nostr_relays

This commit is contained in:
Sander van Grieken
2025-05-01 10:42:57 +02:00
parent b12206482a
commit 1cfae1edd7

View File

@@ -859,8 +859,8 @@ Warning: setting this to too low will result in lots of payment failures."""),
type_=str, type_=str,
short_desc=lambda: _("Nostr relays"), short_desc=lambda: _("Nostr relays"),
long_desc=lambda: ' '.join([ long_desc=lambda: ' '.join([
_('Nostr relays are used to send and receive submarine swap offers'), _('Nostr relays are used to send and receive submarine swap offers.'),
_('If this list is empty, Electrum will use http instead'), _('These relays are also used for some plugins, e.g. Nostr Wallet Connect or Nostr Cosigner'),
]), ]),
) )