Change warning shown on first channel creation
Qt: if created channel is not recoverable, show channel backup after creation
This commit is contained in:
@@ -9,3 +9,13 @@ If this is enabled, other nodes cannot open a channel to you. Channel recovery d
|
||||
"""
|
||||
|
||||
MSG_REQUEST_FORCE_CLOSE = """If you choose to request force-close, your node will pretend that it has lost its data and ask the remote node to broadcast their latest state. Doing so from time to time helps make sure that nodes are honest, because your node can punish them if they broadcast a revoked state."""
|
||||
|
||||
MSG_CREATED_NON_RECOVERABLE_CHANNEL = """
|
||||
The channel you created is not recoverable from seed.
|
||||
To prevent fund losses, please save this backup on another device.
|
||||
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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user