Receive: update address field when the wallet changed

This commit is contained in:
moneromooo.monero 2016-11-12 10:55:49 +00:00
parent b8b2d148f1
commit 6e4758a59e

View file

@ -188,7 +188,7 @@ Rectangle {
function onPageCompleted() {
console.log("Receive page loaded");
if(addressLine.text.length == 0) {
if(addressLine.text.length === 0 || addressLine.text !== appWindow.currentWallet.address) {
updatePaymentId()
}