mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
refactor: Drop CWalletRef typedef
This commit is contained in:
parent
615f7c2884
commit
6efd9644cf
6 changed files with 12 additions and 13 deletions
|
|
@ -239,7 +239,7 @@ class NodeImpl : public Node
|
|||
{
|
||||
#ifdef ENABLE_WALLET
|
||||
std::vector<std::unique_ptr<Wallet>> wallets;
|
||||
for (CWalletRef wallet : ::vpwallets) {
|
||||
for (CWallet* wallet : ::vpwallets) {
|
||||
wallets.emplace_back(MakeWallet(*wallet));
|
||||
}
|
||||
return wallets;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue