diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-04-22 01:58:02 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-04-22 01:58:02 -0400 |
| commit | 5667526ef6eb5ea46732e1df521ae5868167c3b5 (patch) | |
| tree | 72f9f0d943446cc584e3360a2f8885a9bac74a97 /pages | |
| parent | fe5992debdff0e7412f5b5feb0d021d28a086d8f (diff) | |
| parent | 341b267852a0bd6986a3a81857d9ff4e59a52a06 (diff) | |
| download | monzero-gui-5667526ef6eb5ea46732e1df521ae5868167c3b5.tar.gz monzero-gui-5667526ef6eb5ea46732e1df521ae5868167c3b5.tar.xz monzero-gui-5667526ef6eb5ea46732e1df521ae5868167c3b5.zip | |
Merge pull request #3424
341b267 Merchant: display selected subaddress (selsta)
Diffstat (limited to 'pages')
| -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 |
