Skip to content

Commit d3c60aa

Browse files
committed
[Consensus] Require standard transactions for testnet
This brings testnet more in-line with the consensus requirements that are present on mainnet.
1 parent 0065d68 commit d3c60aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chainparams.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ class CTestNetParams : public CMainParams
288288
fMiningRequiresPeers = true;
289289
fAllowMinDifficultyBlocks = true;
290290
fDefaultConsistencyChecks = false;
291-
fRequireStandard = false;
291+
fRequireStandard = true;
292292
fMineBlocksOnDemand = false;
293293
fTestnetToBeDeprecatedFieldRPC = true;
294294

0 commit comments

Comments
 (0)