mirror of
https://github.com/bitcoin/bips.git
synced 2025-06-30 12:42:43 +00:00
Merge pull request #1125 from dgpv/BIP88-edit-example-h0
BIP88: fix description of the "*h/0" example
This commit is contained in:
commit
7e16a94948
@ -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)]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user