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

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