aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2021-04-21 04:13:39 +0200
committerselsta <selsta@sent.at>2021-04-21 04:13:39 +0200
commit341b267852a0bd6986a3a81857d9ff4e59a52a06 (patch)
treeab73f0f10adc7cfd467f4b3ab3e1ad4273bc35b9
parent02ae14fd6bcd705ed838fba627775e4d8d52b5f3 (diff)
downloadmonzero-gui-341b267852a0bd6986a3a81857d9ff4e59a52a06.tar.gz
monzero-gui-341b267852a0bd6986a3a81857d9ff4e59a52a06.tar.xz
monzero-gui-341b267852a0bd6986a3a81857d9ff4e59a52a06.zip
Merchant: display selected subaddress
-rw-r--r--pages/merchant/Merchant.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/merchant/Merchant.qml b/pages/merchant/Merchant.qml
index 52045999..3722a7a6 100644
--- a/pages/merchant/Merchant.qml
+++ b/pages/merchant/Merchant.qml
@@ -35,7 +35,7 @@ Item {
function onPageCompleted() {
if (appWindow.currentWallet) {
- appWindow.current_address = appWindow.currentWallet.address(appWindow.currentWallet.currentSubaddressAccount, 0)
+ appWindow.current_address = appWindow.currentWallet.address(appWindow.currentWallet.currentSubaddressAccount, appWindow.current_subaddress_table_index);
}
// prepare tracking
trackingCheckbox.checked = root.enableTracking