aboutsummaryrefslogtreecommitdiff
path: root/src/policy/policy.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-01-07 11:58:32 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-01-07 11:58:37 +0100
commit7b0a9a80400495e263c779d6ddd6c33641f27716 (patch)
tree9814a41588a0e8e3c5d7d6552a373dc935e8b002 /src/policy/policy.cpp
parent55415609380009fcc47ba345f467393f9933453f (diff)
parent6cd198f3807c9b4e9753f997f2af4a704fc0e147 (diff)
downloadbitcoin-7b0a9a80400495e263c779d6ddd6c33641f27716.tar.xz
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 273a482fa1..019df72279 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