diff --git a/pages/Keys.qml b/pages/Keys.qml index b792a8e2..d1eb67a4 100644 --- a/pages/Keys.qml +++ b/pages/Keys.qml @@ -268,8 +268,8 @@ Rectangle { seedText.text = currentWallet.seed if(typeof currentWallet != "undefined") { - viewOnlyQRCode.source = "image://qrcode/monero:" + currentWallet.address+"?secret_view_key="+currentWallet.secretViewKey+"&restore_height="+currentWallet.restoreHeight - fullWalletQRCode.source = viewOnlyQRCode.source +"&secret_spend_key="+currentWallet.secretSpendKey + viewOnlyQRCode.source = "image://qrcode/monero_wallet:" + currentWallet.address(0, 0) + "?view_key="+currentWallet.secretViewKey+"&height="+currentWallet.walletCreationHeight + fullWalletQRCode.source = viewOnlyQRCode.source +"&spend_key="+currentWallet.secretSpendKey if(currentWallet.viewOnly) { viewOnlyQRCode.visible = true