diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-01-07 11:58:32 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-01-07 11:58:37 +0100 |
commit | 7b0a9a80400495e263c779d6ddd6c33641f27716 (patch) | |
tree | 9814a41588a0e8e3c5d7d6552a373dc935e8b002 /src/policy | |
parent | 55415609380009fcc47ba345f467393f9933453f (diff) | |
parent | 6cd198f3807c9b4e9753f997f2af4a704fc0e147 (diff) |
Merge pull request #7266
6cd198f Removed comment about IsStandard for P2SH scripts (Marcel Krüger)
Diffstat (limited to 'src/policy')
-rw-r--r-- | src/policy/policy.cpp | 3 |
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 |