|
|
@ -65,19 +65,6 @@ public:
|
|
|
|
};
|
|
|
|
};
|
|
|
|
static CBaseRegTestParams regTestParams;
|
|
|
|
static CBaseRegTestParams regTestParams;
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
* Unit test
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
class CBaseUnitTestParams : public CBaseMainParams
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
|
|
|
CBaseUnitTestParams()
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
strDataDir = "unittest";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
static CBaseUnitTestParams unitTestParams;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static CBaseChainParams* pCurrentBaseParams = 0;
|
|
|
|
static CBaseChainParams* pCurrentBaseParams = 0;
|
|
|
|
|
|
|
|
|
|
|
|
const CBaseChainParams& BaseParams()
|
|
|
|
const CBaseChainParams& BaseParams()
|
|
|
|