forked from Public/monero-gui
Receive: update address field when the wallet changed
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user