1
mirror of https://github.com/monero-project/monero-gui synced 2025-02-17 12:01:26 +01:00

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

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