|
|
@ -49,6 +49,12 @@ struct BasicTestingSetup { |
|
|
|
* Included are data directory, coins database, script check threads setup. |
|
|
|
* Included are data directory, coins database, script check threads setup. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
class CConnman; |
|
|
|
class CConnman; |
|
|
|
|
|
|
|
class CNode; |
|
|
|
|
|
|
|
struct CConnmanTest { |
|
|
|
|
|
|
|
static void AddNode(CNode& node); |
|
|
|
|
|
|
|
static void ClearNodes(); |
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
class PeerLogicValidation; |
|
|
|
class PeerLogicValidation; |
|
|
|
struct TestingSetup: public BasicTestingSetup { |
|
|
|
struct TestingSetup: public BasicTestingSetup { |
|
|
|
CCoinsViewDB *pcoinsdbview; |
|
|
|
CCoinsViewDB *pcoinsdbview; |
|
|
|