mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 407d7c831a into merged_master (Bitcoin PR #18091)
This commit is contained in:
commit
0c7d2dfdb4
1 changed files with 4 additions and 0 deletions
|
|
@ -37,6 +37,10 @@ WalletFrame::~WalletFrame()
|
|||
void WalletFrame::setClientModel(ClientModel *_clientModel)
|
||||
{
|
||||
this->clientModel = _clientModel;
|
||||
|
||||
for (auto i = mapWalletViews.constBegin(); i != mapWalletViews.constEnd(); ++i) {
|
||||
i.value()->setClientModel(_clientModel);
|
||||
}
|
||||
}
|
||||
|
||||
bool WalletFrame::addWallet(WalletModel *walletModel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue