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
No known key found for this signature in database
GPG Key ID: 6A6914DAFBEA00DA
1 changed files with 1 additions and 1 deletions

View File

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