diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-01-07 11:58:32 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-01-07 11:58:37 +0100 |
| commit | 7b0a9a80400495e263c779d6ddd6c33641f27716 (patch) | |
| tree | 9814a41588a0e8e3c5d7d6552a373dc935e8b002 /src/policy/policy.cpp | |
| parent | Merge pull request #7293 (diff) | |
| parent | Removed comment about IsStandard for P2SH scripts (diff) | |
| download | discoin-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.cpp | 3 |
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 |