diff --git a/bip-0084.mediawiki b/bip-0084.mediawiki index 033bb4e..9ebd949 100644 --- a/bip-0084.mediawiki +++ b/bip-0084.mediawiki @@ -54,7 +54,7 @@ To derive the P2WPKH address from the above calculated public key, we use the en ===Extended Key Version=== -When serializing extended keys, this scheme uses alternate version bytes. Extended public keys use 0x04b24746 to produce a "zpub" prefix, and private keys use 0x04b2430c to produce a "zprv" prefix. +When serializing extended keys, this scheme uses alternate version bytes. Extended public keys use 0x04b24746 to produce a "zpub" prefix, and private keys use 0x04b2430c to produce a "zprv" prefix. Testnet uses 0x045f1cf6 "vpub" and 0x045f18bc "vprv." ==Backwards Compatibility==