Merge pull request #3424

341b267 Merchant: display selected subaddress (selsta)
This commit is contained in:
luigi1111 2021-04-22 01:58:02 -04:00
commit 5667526ef6
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -35,7 +35,7 @@ Item {
function onPageCompleted() { function onPageCompleted() {
if (appWindow.currentWallet) { 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 // prepare tracking
trackingCheckbox.checked = root.enableTracking trackingCheckbox.checked = root.enableTracking