mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
do not show seed qr code during wallet creation
This commit is contained in:
parent
9050a41381
commit
973e5af925
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ class ElectrumWindow(QMainWindow):
|
|||
+ ' '.join(mnemonic.mn_encode(seed)) + "\""
|
||||
|
||||
QMessageBox.information(parent, 'Seed', msg, 'OK')
|
||||
ElectrumWindow.show_seed_qrcode(seed)
|
||||
if parent: ElectrumWindow.show_seed_qrcode(seed)
|
||||
|
||||
@staticmethod
|
||||
def show_seed_qrcode(seed):
|
||||
|
|
Loading…
Add table
Reference in a new issue