From 07ecca5af44dc96f0db169e90ec23ac706383b06 Mon Sep 17 00:00:00 2001 From: selsta Date: Wed, 22 Apr 2020 22:00:44 +0200 Subject: [PATCH] Merchant: fix payment URL This would previously get loaded on the Receive page. --- pages/merchant/Merchant.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/merchant/Merchant.qml b/pages/merchant/Merchant.qml index 545ba641..6ed20915 100644 --- a/pages/merchant/Merchant.qml +++ b/pages/merchant/Merchant.qml @@ -33,6 +33,9 @@ Item { property var hiddenAmounts: [] function onPageCompleted() { + if (appWindow.currentWallet) { + appWindow.current_address = appWindow.currentWallet.address(appWindow.currentWallet.currentSubaddressAccount, 0) + } // prepare tracking trackingCheckbox.checked = root.enableTracking root.update();