aboutsummaryrefslogtreecommitdiff
path: root/src/policy/policy.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-01-07 11:58:32 +0100
committerWladimir J. van der Laan <[email protected]>2016-01-07 11:58:37 +0100
commit7b0a9a80400495e263c779d6ddd6c33641f27716 (patch)
tree9814a41588a0e8e3c5d7d6552a373dc935e8b002 /src/policy/policy.cpp
parentMerge pull request #7293 (diff)
parentRemoved comment about IsStandard for P2SH scripts (diff)
downloaddiscoin-7b0a9a80400495e263c779d6ddd6c33641f27716.tar.xz
discoin-7b0a9a80400495e263c779d6ddd6c33641f27716.zip
Merge pull request #7266
6cd198f Removed comment about IsStandard for P2SH scripts (Marcel Krüger)
Diffstat (limited to 'src/policy/policy.cpp')
-rw-r--r--src/policy/policy.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/policy/policy.cpp b/src/policy/policy.cpp
index 273a482fa..019df7227 100644
--- a/src/policy/policy.cpp
+++ b/src/policy/policy.cpp
@@ -23,9 +23,6 @@
* 2. P2SH scripts with a crazy number of expensive
* CHECKSIG/CHECKMULTISIG operations
*
- * Check transaction inputs, and make sure any
- * pay-to-script-hash transactions are evaluating IsStandard scripts
- *
* Why bother? To avoid denial-of-service attacks; an attacker
* can submit a standard HASH... OP_EQUAL transaction,
* which will get accepted into blocks. The redemption