1
0
This commit is contained in:
ThomasV
2025-05-28 10:42:59 +02:00
parent 49d2f87dcf
commit b110179409
3 changed files with 9 additions and 3 deletions

View File

@@ -198,7 +198,7 @@ class WalletInfoDialog(WindowModalDialog):
return
keystore, is_hardware = result
for k in self.wallet.get_keystores():
if k.xpub == keystore.xpub:
if k.get_master_public_key() == keystore.get_master_public_key():
break
else:
self.window.show_error(_('Keystore not found in this wallet'))