1
0
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:
kallewoof 2021-06-13 12:37:53 +09:00 committed by GitHub
commit 7e16a94948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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