mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-19 12:08:05 +00:00
BIP88: fix description of the "*h/0" example
This commit is contained in:
parent
6a5c99fcc9
commit
240de39b23
@ -223,7 +223,7 @@ Its representation after parsing can be (using Python syntax, ignoring full/part
|
|||||||
Its representation after parsing can be:
|
Its representation after parsing can be:
|
||||||
[[(0, 2), (33, 33), (123, 123)], [(0, 2147483647)]]
|
[[(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:
|
Its representation after parsing can be:
|
||||||
[[(2147483648, 4294967295)], [(0, 0)]]
|
[[(2147483648, 4294967295)], [(0, 0)]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user