copy mpk to clipboard

This commit is contained in:
ThomasV 2015-08-18 17:05:02 +02:00
parent b7b86481c1
commit c9b3185724
1 changed files with 2 additions and 0 deletions

View File

@ -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()