Merchant: display selected subaddress

This commit is contained in:
selsta 2021-04-21 04:13:39 +02:00
parent 02ae14fd6b
commit 341b267852
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
1 changed files with 1 additions and 1 deletions

View File

@ -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