Skip to content

Commit 4c82579

Browse files
committed
Remove outdated comment about DER encoding
1 parent dcacea0 commit 4c82579

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/script/standard.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ extern unsigned nMaxDatacarrierBytes;
4444
/**
4545
* Mandatory script verification flags that all new blocks must comply with for
4646
* them to be valid. (but old blocks may not comply with) Currently just P2SH,
47-
* but in the future other flags may be added, such as a soft-fork to enforce
48-
* strict DER encoding.
47+
* but in the future other flags may be added.
4948
*
5049
* Failing one of these tests may trigger a DoS ban - see CheckInputScripts() for
5150
* details.

0 commit comments

Comments
 (0)