Fixed copy_master_public_key()
authorslush <info@bitcoin.cz>
Mon, 1 Apr 2013 03:20:58 +0000 (05:20 +0200)
committerslush <info@bitcoin.cz>
Mon, 1 Apr 2013 03:20:58 +0000 (05:20 +0200)
gui/gui_lite.py

index 329cb39..f996fec 100644 (file)
@@ -912,7 +912,7 @@ class MiniActuator:
 
 
     def copy_master_public_key(self):
-        master_pubkey = self.wallet.master_public_key
+        master_pubkey = self.wallet.get_master_public_key()
         qApp.clipboard().setText(master_pubkey)
         QMessageBox.information(None, _("Copy successful"), _("Your master public key has been copied to your clipboard."))