| 200 | } |
| 201 | |
| 202 | std::vector<std::shared_ptr<CWallet>> GetWallets(WalletContext& context) |
| 203 | { |
| 204 | LOCK(context.wallets_mutex); |
| 205 | return context.wallets; |
| 206 | } |
| 207 | |
| 208 | std::shared_ptr<CWallet> GetDefaultWallet(WalletContext& context, size_t& count) |
| 209 | { |
no outgoing calls
no test coverage detected