1
0

Qt: invert trampoline checkbox in settings dialog. Share the help message with Kivy

This commit is contained in:
ThomasV
2021-03-28 11:29:09 +02:00
parent a4210ce5e7
commit f6b2e63b2a
3 changed files with 16 additions and 14 deletions

View File

@@ -25,3 +25,9 @@ It may be imported in another Electrum wallet with the same seed.
MSG_LIGHTNING_WARNING = """
Electrum uses static channel backups. If you lose your wallet file, you will need to request your channel to be force-closed by the remote peer in order to recover your funds. This assumes that the remote peer is reachable, and has not lost its own data.
"""
MSG_HELP_TRAMPOLINE = """
Lightning payments require finding a path through the Lightning Network. You may use trampoline routing, or local routing (gossip).
Downloading the network gossip uses quite some bandwidth and storage, and is not recommended on mobile devices. If you use trampoline, you can only open channels with trampoline nodes.
"""