mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-07 11:12:50 +01:00
refactor: Drop CWalletRef typedef
This commit is contained in:
@@ -756,7 +756,7 @@ void MaybeCompactWalletDB()
|
||||
return;
|
||||
}
|
||||
|
||||
for (CWalletRef pwallet : vpwallets) {
|
||||
for (CWallet* pwallet : vpwallets) {
|
||||
WalletDatabase& dbh = pwallet->GetDBHandle();
|
||||
|
||||
unsigned int nUpdateCounter = dbh.nUpdateCounter;
|
||||
|
||||
Reference in New Issue
Block a user