mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
test: Require standard txs in regtest
This commit is contained in:
@@ -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 = {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user