mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Wallet: Replace pwalletMain with a vector of wallet pointers
This commit is contained in:
@@ -439,11 +439,6 @@ void CWalletDBWrapper::IncrementUpdateCounter()
|
||||
++nUpdateCounter;
|
||||
}
|
||||
|
||||
unsigned int CWalletDBWrapper::GetUpdateCounter()
|
||||
{
|
||||
return nUpdateCounter.load();
|
||||
}
|
||||
|
||||
void CDB::Close()
|
||||
{
|
||||
if (!pdb)
|
||||
|
||||
Reference in New Issue
Block a user