Browse Source

do not show seed qr code during wallet creation

283
ThomasV 13 years ago
parent
commit
973e5af925
  1. 2
      gui_qt.py

2
gui_qt.py

@ -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…
Cancel
Save