aboutsummaryrefslogtreecommitdiff
path: root/src/policy
diff options
context:
space:
mode:
authorMarcel Krüger <zauguin@gmail.com>2015-12-30 21:53:40 +0100
committerMarcel Krüger <zauguin@gmail.com>2015-12-30 21:53:40 +0100
commit6cd198f3807c9b4e9753f997f2af4a704fc0e147 (patch)
tree67744cc7ce3481d2afdfc3690bb0b036cde37c6b /src/policy
parentbe9a9a3d2253ceccf123572b97a890c489a5a9be (diff)
downloadbitcoin-6cd198f3807c9b4e9753f997f2af4a704fc0e147.tar.xz
Removed comment about IsStandard for P2SH scripts
Since #4365 (62599373883a66a958136f48ab0e2b826e3d5bf8) P2SH scripts do not have to be IsStandard scripts.
Diffstat (limited to 'src/policy')
-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 46c7f18942..75bd4ba0d6 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