Add coinstatsindex_unclean_shutdown test

This commit is contained in:
Ryan Ofsky
2022-02-22 14:48:57 -05:00
committed by Martin Zumsande
parent eb6cc05da3
commit 691d45fdc8
4 changed files with 69 additions and 7 deletions

View File

@@ -174,6 +174,7 @@ protected:
* has been received and connected to the headers tree, though not validated yet */
virtual void NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr<const CBlock>& block) {};
friend class CMainSignals;
friend class ValidationInterfaceTest;
};
struct MainSignalsInstance;