tcleanup - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 97c57996b8d2398785b2a77aa188c236125301da DIR parent 6050e4d549516ef68ccd1ee400d3da6a732ae176 HTML Author: ThomasV <thomasv@gitorious> Date: Mon, 2 Feb 2015 15:12:27 +0100 cleanup Diffstat: M gui/qt/installwizard.py | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) --- DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py t@@ -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')