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
* 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
* strict DER encoding.
* but in the future other flags may be added.
*
* Failing one of these tests may trigger a DoS ban - see CheckInputScripts() for
* details.