Skip to content

Commit

Permalink
[Consensus] Require standard transactions for testnet
Browse files Browse the repository at this point in the history
This brings testnet more in-line with the consensus requirements that
are present on mainnet.
  • Loading branch information
Fuzzbawls committed Mar 2, 2018
1 parent 0065d68 commit d3c60aa
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 @@ -288,7 +288,7 @@ class CTestNetParams : public CMainParams
fMiningRequiresPeers = true;
fAllowMinDifficultyBlocks = true;
fDefaultConsistencyChecks = false;
fRequireStandard = false;
fRequireStandard = true;
fMineBlocksOnDemand = false;
fTestnetToBeDeprecatedFieldRPC = true;

Expand Down

0 comments on commit d3c60aa

Please sign in to comment.