test: Require standard txs in regtest

This commit is contained in:
MarcoFalke 2019-04-24 17:55:58 -04:00
parent fa9b419160
commit fa89badf88
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
17 changed files with 61 additions and 11 deletions

View file

@ -141,6 +141,7 @@ public:
fDefaultConsistencyChecks = false;
fRequireStandard = true;
m_is_test_chain = false;
checkpointData = {
{
@ -246,6 +247,7 @@ public:
fDefaultConsistencyChecks = false;
fRequireStandard = false;
m_is_test_chain = true;
checkpointData = {
@ -322,7 +324,8 @@ public:
vSeeds.clear(); //!< Regtest mode doesn't have any DNS seeds.
fDefaultConsistencyChecks = true;
fRequireStandard = false;
fRequireStandard = true;
m_is_test_chain = true;
checkpointData = {
{