modified: src/chainparams.cpp
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m6s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m6s
This commit is contained in:
parent
209b541daf
commit
a41bc6c209
@ -138,8 +138,7 @@ public:
|
||||
fMiningRequiresPeers = true;
|
||||
fDefaultConsistencyChecks = false;
|
||||
fRequireStandard = true;
|
||||
// fMineBlocksOnDemand = false;
|
||||
fMineBlocksOnDemand = true;
|
||||
fMineBlocksOnDemand = false;
|
||||
fTestnetToBeDeprecatedFieldRPC = false;
|
||||
|
||||
nPoolMaxTransactions = 3;
|
||||
@ -237,8 +236,7 @@ public:
|
||||
fMiningRequiresPeers = true;
|
||||
fDefaultConsistencyChecks = false;
|
||||
fRequireStandard = false;
|
||||
// fMineBlocksOnDemand = false;
|
||||
fMineBlocksOnDemand = true;
|
||||
fMineBlocksOnDemand = false;
|
||||
fTestnetToBeDeprecatedFieldRPC = true;
|
||||
|
||||
nPoolMaxTransactions = 3;
|
||||
|
Loading…
Reference in New Issue
Block a user