1
0

Merge pull request #9777 from accumulator/nostr_relays_config_description

config: update description for nostr_relays
This commit is contained in:
ThomasV
2025-05-04 11:25:24 +02:00
committed by GitHub

View File

@@ -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'),
]),
)