Browse Source

do not show seed qr code during wallet creation

master
ThomasV 14 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)) + "\"" + ' '.join(mnemonic.mn_encode(seed)) + "\""
QMessageBox.information(parent, 'Seed', msg, 'OK') QMessageBox.information(parent, 'Seed', msg, 'OK')
ElectrumWindow.show_seed_qrcode(seed) if parent: ElectrumWindow.show_seed_qrcode(seed)
@staticmethod @staticmethod
def show_seed_qrcode(seed): def show_seed_qrcode(seed):

Loading…
Cancel
Save