diff --git a/bip-0049.mediawiki b/bip-0049.mediawiki index 846aefa9..c7c383ea 100644 --- a/bip-0049.mediawiki +++ b/bip-0049.mediawiki @@ -71,6 +71,8 @@ To derive the P2SH address from the above calculated public key, we use the enca When serializing extended keys, this scheme uses alternate version bytes. Extended public keys use 0x049d7cb2 to produce a "ypub" prefix, and private keys use 0x049d7878 to produce a "yprv" prefix. Testnet uses 0x044a5262 "upub" and 0x044a4e28 "uprv." +Additional registered version bytes are listed in [[https://github.com/satoshilabs/slips/blob/master/slip-0132.md|SLIP-0132]]. + ==Backwards Compatibility==