mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 19:32:03 +02:00
keys: bug fixes and aligned with wallet definition URI scheme
This commit is contained in:
parent
45781ab4a1
commit
33e04a3190
@ -268,8 +268,8 @@ Rectangle {
|
|||||||
seedText.text = currentWallet.seed
|
seedText.text = currentWallet.seed
|
||||||
|
|
||||||
if(typeof currentWallet != "undefined") {
|
if(typeof currentWallet != "undefined") {
|
||||||
viewOnlyQRCode.source = "image://qrcode/monero:" + currentWallet.address+"?secret_view_key="+currentWallet.secretViewKey+"&restore_height="+currentWallet.restoreHeight
|
viewOnlyQRCode.source = "image://qrcode/monero_wallet:" + currentWallet.address(0, 0) + "?view_key="+currentWallet.secretViewKey+"&height="+currentWallet.walletCreationHeight
|
||||||
fullWalletQRCode.source = viewOnlyQRCode.source +"&secret_spend_key="+currentWallet.secretSpendKey
|
fullWalletQRCode.source = viewOnlyQRCode.source +"&spend_key="+currentWallet.secretSpendKey
|
||||||
|
|
||||||
if(currentWallet.viewOnly) {
|
if(currentWallet.viewOnly) {
|
||||||
viewOnlyQRCode.visible = true
|
viewOnlyQRCode.visible = true
|
||||||
|
Loading…
Reference in New Issue
Block a user