From 4c825792dd9f4eaf4936c3e376ac7a5c177528e2 Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Tue, 26 May 2020 18:39:01 +0300 Subject: [PATCH] Remove outdated comment about DER encoding --- src/script/standard.h | 3 +-- 1 file changed, 1 insertion(+), 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.