1
0

gui: move reused text to messages.py

This commit is contained in:
SomberNight
2025-03-11 15:08:45 +00:00
parent c7dcfab3fc
commit 75d800a4ea
5 changed files with 12 additions and 17 deletions

View File

@@ -163,7 +163,7 @@ class QEChannelOpener(QObject, AuthMixin):
lnworker = self._wallet.wallet.lnworker
if lnworker.has_conflicting_backup_with(self._node_pubkey) and not confirm_backup_conflict:
self.conflictingBackup.emit(messages.MGS_CONFLICTING_BACKUP_INSTANCE)
self.conflictingBackup.emit(messages.MSG_CONFLICTING_BACKUP_INSTANCE)
return
amount = '!' if self._amount.isMax else self._amount.satsInt