BIP88: fix description of the "*h/0" example

This commit is contained in:
Dmitry Petukhov 2021-05-26 17:45:01 +05:00
parent 6a5c99fcc9
commit 240de39b23
No known key found for this signature in database
GPG Key ID: 2301D26BDC15160D

View File

@ -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)]]