Merge pull request #155

6e4758a Receive: update address field when the wallet changed (moneromooo.monero)
This commit is contained in:
Riccardo Spagni 2016-11-12 17:54:40 +02:00
commit 6a62961747
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

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()
}