← Back to Bitcoin Improvement Proposals
BIPinformational
Fix typo in BIP 32
It's not possible for `I_L` to be zero, since `I_L` is a binary blob. It is possible for `parse_256(I_L)` to be zero, since `parse_256(I_L)` is an integer. `parse_256(I_L) = 0` is also an error condition in other parts of the document.
No reviewsCollections:BIPs — Merged
Specification
It's not possible for I_L to be zero, since I_L is a binary blob. It is possible for parse_256(I_L) to be zero, since parse_256(I_L) is an integer. parse_256(I_L) = 0 is also an error condition in other parts of the document.
Discussion (0 threads)
Loading discussions...