From 272e1f5efcbce3ba38b8c4445f5e56b34e856d57 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Fri, 10 Feb 2023 13:01:53 -0500 Subject: 380: Clarify optionality of descriptor checksum Parsers must handle checksum optionality, but applications can choose to reject descriptors that don't have a checksum. --- bip-0380.mediawiki | 1 + 1 file changed, 1 insertion(+) diff --git a/bip-0380.mediawiki b/bip-0380.mediawiki index f870734..16a2cf4 100644 --- a/bip-0380.mediawiki +++ b/bip-0380.mediawiki @@ -49,6 +49,7 @@ Lastly, the use of common terminology and existing standards allow for Output Sc Descriptors consist of several types of expressions. The top level expression is a SCRIPT. This expression may be followed by #CHECKSUM, where CHECKSUM is an 8 character alphanumeric descriptor checksum. +Although the checksum is optional for parsing, applications may choose to reject descriptors that do not contain a checksum. ===Script Expressions=== -- cgit v1.2.3