summaryrefslogtreecommitdiff
path: root/bip-0386.mediawiki
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2024-08-14 16:43:59 +0000
committerGitHub <noreply@github.com>2024-08-14 16:43:59 +0000
commit34f345335cf2cd7d2f631adf4b48a46e647884c2 (patch)
treefd5cff51e5952d8c2fd80e31976f54bdbd43c6a3 /bip-0386.mediawiki
parent7c62ebea4c27fc67ca76a8d64f8f545400b38aa6 (diff)
parent7acfe207e0e78ee6fc6053789cc90ac848dcfeb2 (diff)
Merge pull request #1631 from azuchi/fix-bip386-test-vector
BIP-0386: Fix uncompressed private key test vector
Diffstat (limited to 'bip-0386.mediawiki')
-rw-r--r--bip-0386.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0386.mediawiki b/bip-0386.mediawiki
index 55f0d15..600d14e 100644
--- a/bip-0386.mediawiki
+++ b/bip-0386.mediawiki
@@ -101,7 +101,7 @@ Valid descriptors followed by the scripts they produce. Descriptors involving de
Invalid Descriptors
-* Uncompressed private key: <tt>tr(5kyzdueo39z3fprtux2qbbwgnnp5ztd7yyr2sc1j299sbcnwjss)</tt>
+* Uncompressed private key: <tt>tr(5KYZdUEo39z3FPrtuX2QbbwGnNP5zTd7yyr2SC1j299sBCnWjss)</tt>
* Uncompressed public key: <tt>tr(04a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd5b8dec5235a0fa8722476c7709c02559e3aa73aa03918ba2d492eea75abea235)</tt>
* <tt>tr()</tt> nested in <tt>wsh</tt>: <tt>wsh(tr(a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd))</tt>
* <tt>tr()</tt> nested in <tt>sh</tt>: <tt>sh(tr(a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd))</tt>