diff options
| author | selsta <selsta@sent.at> | 2021-04-21 04:13:39 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2021-04-21 04:13:39 +0200 |
| commit | 341b267852a0bd6986a3a81857d9ff4e59a52a06 (patch) | |
| tree | ab73f0f10adc7cfd467f4b3ab3e1ad4273bc35b9 | |
| parent | 02ae14fd6bcd705ed838fba627775e4d8d52b5f3 (diff) | |
| download | monzero-gui-341b267852a0bd6986a3a81857d9ff4e59a52a06.tar.gz monzero-gui-341b267852a0bd6986a3a81857d9ff4e59a52a06.tar.xz monzero-gui-341b267852a0bd6986a3a81857d9ff4e59a52a06.zip | |
Merchant: display selected subaddress
| -rw-r--r-- | pages/merchant/Merchant.qml | 2 |
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 |
