summaryrefslogtreecommitdiff
path: root/bip-0088.mediawiki
diff options
context:
space:
mode:
authorkallewoof <karljohan-alm@garage.co.jp>2021-06-13 12:37:53 +0900
committerGitHub <noreply@github.com>2021-06-13 12:37:53 +0900
commit7e16a94948c88e8effef76cb6b03ef3f10eb71a0 (patch)
treedc3d369691c2d5666ff11b6e2878abf7a75c2b01 /bip-0088.mediawiki
parent4493524f727c734758682c108cdb5a5a3bfe0b03 (diff)
parent240de39b236e83e9e142b56847e4b00461a75d14 (diff)
downloadbips-7e16a94948c88e8effef76cb6b03ef3f10eb71a0.tar.xz
Merge pull request #1125 from dgpv/BIP88-edit-example-h0
BIP88: fix description of the "*h/0" example
Diffstat (limited to 'bip-0088.mediawiki')
-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)]]