summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkallewoof <karljohan-alm@garage.co.jp>2023-02-21 09:50:28 +0900
committerGitHub <noreply@github.com>2023-02-21 09:50:28 +0900
commit7e2f317a4404742ae58141c8016629b4edcbef5c (patch)
tree47f4d0f92d8f04a9c91032068108cf1c13ba9fbb
parente47ee83b6578ef1de78640599f63d6b531f09605 (diff)
parent272e1f5efcbce3ba38b8c4445f5e56b34e856d57 (diff)
downloadbips-7e2f317a4404742ae58141c8016629b4edcbef5c.tar.xz
Merge pull request #1417 from achow101/380-clarify-optional-checksum
380: Clarify optionality of descriptor checksum
-rw-r--r--bip-0380.mediawiki1
1 files changed, 1 insertions, 0 deletions
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 <tt>SCRIPT</tt>.
This expression may be followed by <tt>#CHECKSUM</tt>, where <tt>CHECKSUM</tt> 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===