From 341b267852a0bd6986a3a81857d9ff4e59a52a06 Mon Sep 17 00:00:00 2001 From: selsta Date: Wed, 21 Apr 2021 04:13:39 +0200 Subject: [PATCH] Merchant: display selected subaddress --- pages/merchant/Merchant.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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