Skip to content

Commit

Permalink
Enforce standard transaction rules on testnet
Browse files Browse the repository at this point in the history
Closes zcash#1582
  • Loading branch information
str4d committed Oct 22, 2016
1 parent 0b38094 commit 7717576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class CTestNetParams : public CMainParams {
fRequireRPCPassword = true;
fMiningRequiresPeers = true;
fDefaultConsistencyChecks = false;
fRequireStandard = false;
fRequireStandard = true;
fMineBlocksOnDemand = false;
fTestnetToBeDeprecatedFieldRPC = true;

Expand Down

0 comments on commit 7717576

Please sign in to comment.