electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit d67d02c954a9f0b05ece26aafe70bd43749ee974
parent 28a31b65ee83dccf1c5f169a11c194e956d541d9
Author: ThomasV <thomasv@gitorious>
Date:   Sun, 20 Oct 2013 10:34:56 +0200

fix mpk qr code

Diffstat:
Mgui/qt/main_window.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py @@ -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()