summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Petukhov <dp@simplexum.com>2021-05-26 17:45:01 +0500
committerDmitry Petukhov <dp@simplexum.com>2021-05-26 17:45:01 +0500
commit240de39b236e83e9e142b56847e4b00461a75d14 (patch)
tree0378cbc14075bed19c2b2b24e5c5ceb12d76d4d2
parent6a5c99fcc95f0080118aaa23297c18fa30357fbf (diff)
downloadbips-240de39b236e83e9e142b56847e4b00461a75d14.tar.xz
BIP88: fix description of the "*h/0" example
-rw-r--r--bip-0088.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0088.mediawiki b/bip-0088.mediawiki
index 1f77c8e..146a22c 100644
--- a/bip-0088.mediawiki
+++ b/bip-0088.mediawiki
@@ -223,7 +223,7 @@ Its representation after parsing can be (using Python syntax, ignoring full/part
Its representation after parsing can be:
[[(0, 2), (33, 33), (123, 123)], [(0, 2147483647)]]
-<code>*h/0</code> specifies a partial template that matches any hardened index followed by any non-hardened index
+<code>*h/0</code> specifies a partial template that matches any hardened index followed by non-hardened index 0
Its representation after parsing can be:
[[(2147483648, 4294967295)], [(0, 0)]]