MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / HasWallets

Function HasWallets

src/wallet/wallet.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63bool HasWallets()
64{
65 LOCK(cs_wallets);
66 return !vpwallets.empty();
67}
68
69std::vector<std::shared_ptr<CWallet>> GetWallets()
70{

Callers 2

EnsureWalletIsAvailableFunction · 0.85
validateaddressFunction · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected