mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 00:37:43 +00:00
Merge pull request #4004
bc443494
wallet2: fix out of sync account tag cache (moneromooo-monero)
This commit is contained in:
commit
27ca6ca594
1 changed files with 1 additions and 0 deletions
|
@ -950,6 +950,7 @@ void wallet2::expand_subaddresses(const cryptonote::subaddress_index& index)
|
||||||
}
|
}
|
||||||
m_subaddress_labels.resize(index.major + 1, {"Untitled account"});
|
m_subaddress_labels.resize(index.major + 1, {"Untitled account"});
|
||||||
m_subaddress_labels[index.major].resize(index.minor + 1);
|
m_subaddress_labels[index.major].resize(index.minor + 1);
|
||||||
|
get_account_tags();
|
||||||
}
|
}
|
||||||
else if (m_subaddress_labels[index.major].size() <= index.minor)
|
else if (m_subaddress_labels[index.major].size() <= index.minor)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue