Skip to content

Commit 240de39

Browse files
committed
BIP88: fix description of the "*h/0" example
1 parent 6a5c99f commit 240de39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0088.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Its representation after parsing can be (using Python syntax, ignoring full/part
223223
Its representation after parsing can be:
224224
[[(0, 2), (33, 33), (123, 123)], [(0, 2147483647)]]
225225

226-
<code>*h/0</code> specifies a partial template that matches any hardened index followed by any non-hardened index
226+
<code>*h/0</code> specifies a partial template that matches any hardened index followed by non-hardened index 0
227227

228228
Its representation after parsing can be:
229229
[[(2147483648, 4294967295)], [(0, 0)]]

0 commit comments

Comments
 (0)