mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 20:35:13 +00:00
Fixed copy_master_public_key()
This commit is contained in:
parent
36bc0184f4
commit
dd630a8bb7
1 changed files with 1 additions and 1 deletions
|
@ -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."))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue