diff options
Diffstat (limited to 'bip-0088.mediawiki')
-rw-r--r-- | bip-0088.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0088.mediawiki b/bip-0088.mediawiki index 1f77c8e..146a22c 100644 --- a/bip-0088.mediawiki +++ b/bip-0088.mediawiki @@ -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)]] |