From 240de39b236e83e9e142b56847e4b00461a75d14 Mon Sep 17 00:00:00 2001 From: Dmitry Petukhov Date: Wed, 26 May 2021 17:45:01 +0500 Subject: BIP88: fix description of the "*h/0" example --- bip-0088.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bip-0088.mediawiki') 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)]] -*h/0 specifies a partial template that matches any hardened index followed by any non-hardened index +*h/0 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)]] -- cgit v1.2.3