mirror of
https://github.com/feather-wallet/feather.git
synced 2025-04-16 18:01:54 +00:00
wallet: clear coin control on account switch
This commit is contained in:
parent
2b347c3ef2
commit
48cc0f0aad
1 changed files with 1 additions and 0 deletions
|
@ -301,6 +301,7 @@ void Wallet::switchSubaddressAccount(quint32 accountIndex) {
|
|||
this->subaddressModel()->setCurrentSubaddressAccount(m_currentSubaddressAccount);
|
||||
this->coinsModel()->setCurrentSubaddressAccount(m_currentSubaddressAccount);
|
||||
this->updateBalance();
|
||||
this->setSelectedInputs({});
|
||||
emit currentSubaddressAccountChanged();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue