mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-27 09:21:43 +02:00
wallet: Fix bug when just created encrypted wallet cannot get address
This commit is contained in:
parent
49984b44cf
commit
bf6855a909
@ -100,6 +100,7 @@ bool AddWallet(const std::shared_ptr<CWallet>& wallet)
|
|||||||
if (i != vpwallets.end()) return false;
|
if (i != vpwallets.end()) return false;
|
||||||
vpwallets.push_back(wallet);
|
vpwallets.push_back(wallet);
|
||||||
wallet->ConnectScriptPubKeyManNotifiers();
|
wallet->ConnectScriptPubKeyManNotifiers();
|
||||||
|
wallet->NotifyCanGetAddressesChanged();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user