aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElichai Turkel <elichai.turkel@gmail.com>2020-05-26 18:39:01 +0300
committerElichai Turkel <elichai.turkel@gmail.com>2020-05-26 18:39:01 +0300
commit4c825792dd9f4eaf4936c3e376ac7a5c177528e2 (patch)
tree6c3ab778617ec70a5750fe8e608e6d85df873e2c /src
parentdcacea096e029a02a937bf96d002ca7e94c48c15 (diff)
downloadbitcoin-4c825792dd9f4eaf4936c3e376ac7a5c177528e2.tar.xz
Remove outdated comment about DER encoding
Diffstat (limited to 'src')
-rw-r--r--src/script/standard.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/script/standard.h b/src/script/standard.h
index 49a45f3eba..8e50e064bb 100644
--- a/src/script/standard.h
+++ b/src/script/standard.h
@@ -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.