mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-03 10:14:04 +00:00
fix: pubkey shown when importing a seedphrase
This commit is contained in:
parent
206c692845
commit
c03f0b9d4c
@ -61,7 +61,7 @@ QtObject:
|
|||||||
notify = importedAccountChanged
|
notify = importedAccountChanged
|
||||||
|
|
||||||
proc getImportedAccountPubKey*(self: View): string {.slot.} =
|
proc getImportedAccountPubKey*(self: View): string {.slot.} =
|
||||||
return self.delegate.getImportedAccount().publicKey
|
return self.delegate.getImportedAccount().derivedAccounts.whisper.publicKey
|
||||||
|
|
||||||
QtProperty[string] importedAccountPubKey:
|
QtProperty[string] importedAccountPubKey:
|
||||||
read = getImportedAccountPubKey
|
read = getImportedAccountPubKey
|
||||||
|
Loading…
x
Reference in New Issue
Block a user