wallet: Add HasWallets
This commit is contained in:
@@ -54,6 +54,11 @@ bool RemoveWallet(CWallet* wallet)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool HasWallets()
|
||||
{
|
||||
return !vpwallets.empty();
|
||||
}
|
||||
|
||||
std::vector<CWallet*> GetWallets()
|
||||
{
|
||||
return vpwallets;
|
||||
|
||||
Reference in New Issue
Block a user