Skip to content

Commit abc113e

Browse files
committed
BIP88: Add definition for "length of the template", "length of the path"
1 parent b628a13 commit abc113e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-0088.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ Implementations MAY support parsing partial templates and matching portions of t
162162

163163
==Parsing result==
164164

165-
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).
165+
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".
166166

167167
==Matching==
168168

169-
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).
169+
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".
170170

171171
Non-hardened indexes in this list should be represented by values from 0 to 2147483647.
172172

0 commit comments

Comments
 (0)