Skip to content

Commit 33cc41d

Browse files
authored
Fix typo in BIP 32
1 parent 708ce10 commit 33cc41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0032.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The total number of possible extended keypairs is almost 2<sup>512</sup>, but th
151151
* Calculate I = HMAC-SHA512(Key = "Bitcoin seed", Data = S)
152152
* Split I into two 32-byte sequences, I<sub>L</sub> and I<sub>R</sub>.
153153
* Use parse<sub>256</sub>(I<sub>L</sub>) as master secret key, and I<sub>R</sub> as master chain code.
154-
In case I<sub>L</sub> is 0 or n, the master key is invalid.
154+
In case parse<sub>256</sub>(I<sub>L</sub>) is 0 or parse<sub>256</sub>(I<sub>L</sub>) ≥ n, the master key is invalid.
155155

156156
<img src=bip-0032/derivation.png></img>
157157

0 commit comments

Comments
 (0)