fix mpk qr code
authorThomasV <thomasv@gitorious>
Sun, 20 Oct 2013 08:34:56 +0000 (10:34 +0200)
committerThomasV <thomasv@gitorious>
Sun, 20 Oct 2013 08:34:56 +0000 (10:34 +0200)
gui/qt/main_window.py

index 6c38aab..d5249d1 100644 (file)
@@ -1519,7 +1519,7 @@ class ElectrumWindow(QMainWindow):
             chain_qrw.set_addr(c)
             chain_qrw.update_qr()
             mpk_text.setText(K)
-            mpk_qrw.set_addr(c)
+            mpk_qrw.set_addr(K)
             mpk_qrw.update_qr()
             
         key_selector = QComboBox()