This commit is contained in:
ThomasV 2015-02-02 15:12:27 +01:00
parent 6050e4d549
commit 97c57996b8
1 changed files with 0 additions and 2 deletions

View File

@ -144,8 +144,6 @@ class InstallWizard(QDialog):
vbox = QVBoxLayout()
vbox0 = seed_dialog.show_seed_box(MSG_SHOW_MPK, xpub_hot, 'hot')
vbox.addLayout(vbox0)
#seed_e0.setText(xpub_hot)
#seed_e0.setReadOnly(True)
entries = []
for i in range(n):
vbox2, seed_e2 = seed_dialog.enter_seed_box(MSG_ENTER_COLD_MPK, self, 'cold')