validation: prepare VerifyDB for assumeutxo

Removes assumptions of use only on the active chainstate.
This commit is contained in:
James O'Beirne
2021-04-13 10:05:28 -04:00
parent 7901647d72
commit 9b604c0207
4 changed files with 15 additions and 13 deletions

View File

@@ -332,7 +332,7 @@ public:
bool VerifyDB(
CChainState& chainstate,
const CChainParams& chainparams,
CCoinsView* coinsview,
CCoinsView& coinsview,
int nCheckLevel,
int nCheckDepth) EXCLUSIVE_LOCKS_REQUIRED(cs_main);
};