tcopy mpk to clipboard - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit c9b3185724f93be0777e0f676bd346da20f1b0de DIR parent b7b86481c1725f34e48c6e33afbab64f1fb59d50 HTML Author: ThomasV <thomasv@gitorious> Date: Tue, 18 Aug 2015 17:05:02 +0200 copy mpk to clipboard Diffstat: M scripts/authenticator.py | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) --- DIR diff --git a/scripts/authenticator.py b/scripts/authenticator.py t@@ -290,6 +290,8 @@ class Authenticator: mpk = wallet.get_master_public_key() self.show_qr(mpk) self.show_title('master public key') + droid.setClipboard(mpk) + droid.makeToast("Master public key copied to clipboard") elif event["name"] == "scan": r = droid.scanBarcode()