0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00

Remove outdated comment about DER encoding

This commit is contained in:
Elichai Turkel 2020-05-26 18:39:01 +03:00
parent dcacea096e
commit 4c825792dd
No known key found for this signature in database
GPG key ID: 9383CDE9E8E66A7F

View file

@ -44,8 +44,7 @@ extern unsigned nMaxDatacarrierBytes;
/** /**
* Mandatory script verification flags that all new blocks must comply with for * Mandatory script verification flags that all new blocks must comply with for
* them to be valid. (but old blocks may not comply with) Currently just P2SH, * them to be valid. (but old blocks may not comply with) Currently just P2SH,
* but in the future other flags may be added, such as a soft-fork to enforce * but in the future other flags may be added.
* strict DER encoding.
* *
* Failing one of these tests may trigger a DoS ban - see CheckInputScripts() for * Failing one of these tests may trigger a DoS ban - see CheckInputScripts() for
* details. * details.