Skip to content

Commit 6cd198f

Browse files
committed
Removed comment about IsStandard for P2SH scripts
Since dashpay#4365 (6259937) P2SH scripts do not have to be IsStandard scripts.
1 parent be9a9a3 commit 6cd198f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/policy/policy.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
* 2. P2SH scripts with a crazy number of expensive
2424
* CHECKSIG/CHECKMULTISIG operations
2525
*
26-
* Check transaction inputs, and make sure any
27-
* pay-to-script-hash transactions are evaluating IsStandard scripts
28-
*
2926
* Why bother? To avoid denial-of-service attacks; an attacker
3027
* can submit a standard HASH... OP_EQUAL transaction,
3128
* which will get accepted into blocks. The redemption

0 commit comments

Comments
 (0)