mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
test: Require standard txs in regtest
This commit is contained in:
parent
fa9b419160
commit
fa89badf88
17 changed files with 61 additions and 11 deletions
|
|
@ -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 = {
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue