Enforce standard transaction rules on testnet

Closes #1582
This commit is contained in:
Jack Grigg
2016-10-21 23:59:07 -05:00
parent 0b3809464c
commit 77175766f4

View File

@@ -219,7 +219,7 @@ public:
fRequireRPCPassword = true; fRequireRPCPassword = true;
fMiningRequiresPeers = true; fMiningRequiresPeers = true;
fDefaultConsistencyChecks = false; fDefaultConsistencyChecks = false;
fRequireStandard = false; fRequireStandard = true;
fMineBlocksOnDemand = false; fMineBlocksOnDemand = false;
fTestnetToBeDeprecatedFieldRPC = true; fTestnetToBeDeprecatedFieldRPC = true;