summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Petukhov <dp@simplexum.com>2021-05-17 15:03:02 +0500
committerDmitry Petukhov <dp@simplexum.com>2021-05-17 15:03:02 +0500
commitabc113edd4bc2339c6b64689c0b33635615c297e (patch)
treed252189ab76b4a2603f2b3229db0bd76794e8cef
parentb628a13e2124c7f927c033f5fed81671cb559ae5 (diff)
downloadbips-abc113edd4bc2339c6b64689c0b33635615c297e.tar.xz
BIP88: Add definition for "length of the template", "length of the path"
-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.