mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
update force-close warning message
This commit is contained in:
parent
35a8812534
commit
ee01ca352f
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class ChannelsList(MyTreeView):
|
||||||
+ _(f'Funds retrieved from this channel will not be available before {to_self_delay} blocks after forced closure.') + ' '\
|
+ _(f'Funds retrieved from this channel will not be available before {to_self_delay} blocks after forced closure.') + ' '\
|
||||||
+ _('After that delay, funds will be sent to an address derived from your wallet seed.') + '\n\n'\
|
+ _('After that delay, funds will be sent to an address derived from your wallet seed.') + '\n\n'\
|
||||||
+ _('In the meantime, channel funds will not be recoverable from your seed, and will be lost if you lose your wallet.') + ' '\
|
+ _('In the meantime, channel funds will not be recoverable from your seed, and will be lost if you lose your wallet.') + ' '\
|
||||||
+ _('To avoid that, you should backup your wallet after you force close the channel.')
|
+ _('To prevent that, you should backup your wallet if you have not already done so.')
|
||||||
if self.parent.question(msg):
|
if self.parent.question(msg):
|
||||||
def task():
|
def task():
|
||||||
coro = self.lnworker.force_close_channel(channel_id)
|
coro = self.lnworker.force_close_channel(channel_id)
|
||||||
|
|
Loading…
Add table
Reference in a new issue