summaryrefslogtreecommitdiff
path: root/bip-0088.mediawiki
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0088.mediawiki')
-rw-r--r--bip-0088.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0088.mediawiki b/bip-0088.mediawiki
index ce081cc..1f77c8e 100644
--- a/bip-0088.mediawiki
+++ b/bip-0088.mediawiki
@@ -162,11 +162,11 @@ Implementations MAY support parsing partial templates and matching portions of t
==Parsing result==
-The result of successful parsing of a valid path template can be represented by a list of sections, where each section is a list of index ranges, where index range is a tuple of (range_start, range_end).
+The result of successful parsing of a valid path template can be represented by a list of sections, where each section is a list of index ranges, where index range is a tuple of (range_start, range_end). The length of the list of sections is also referred to as the "length of the template".
==Matching==
-The matching is to be performed against a list of integer values that represent a BIP32 path (or a portion of BIP32 path, for partial templates).
+The matching is to be performed against a list of integer values that represent a BIP32 path (or a portion of BIP32 path, for partial templates). The length of this list is referred to as the "length of the path".
Non-hardened indexes in this list should be represented by values from 0 to 2147483647.