Skip to content

Commit 7f13f8f

Browse files
authored
Merge pull request #1899 from dplusplus1024/patch-7
BIP32: Use plural “bytes”
2 parents 0a8c271 + 651e273 commit 7f13f8f

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
@@ -130,7 +130,7 @@ The first 32 bits of the identifier are called the key fingerprint.
130130
===Serialization format===
131131

132132
Extended public and private keys are serialized as follows:
133-
* 4 byte: version bytes (mainnet: 0x0488B21E public, 0x0488ADE4 private; testnet: 0x043587CF public, 0x04358394 private)
133+
* 4 bytes: version bytes (mainnet: 0x0488B21E public, 0x0488ADE4 private; testnet: 0x043587CF public, 0x04358394 private)
134134
* 1 byte: depth: 0x00 for master nodes, 0x01 for level-1 derived keys, ....
135135
* 4 bytes: the fingerprint of the parent's key (0x00000000 if master key)
136136
* 4 bytes: child number. This is ser<sub>32</sub>(i) for i in x<sub>i</sub> = x<sub>par</sub>/i, with x<sub>i</sub> the key being serialized. (0x00000000 if master key)

0 commit comments

Comments
 (0)