diff --git a/scripts/authenticator.py b/scripts/authenticator.py index 9eed5dd7..fcb5add8 100644 --- a/scripts/authenticator.py +++ b/scripts/authenticator.py @@ -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()