Update zebra-chain/src/addresses/sprout.rs doc comment
Co-Authored-By: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
66b33172e4
commit
caa06c901d
|
@ -25,7 +25,7 @@ mod magics {
|
||||||
/// In Bitcoin a single byte is used for the version field identifying
|
/// In Bitcoin a single byte is used for the version field identifying
|
||||||
/// the address type. In Zcash two bytes are used. For addresses on
|
/// the address type. In Zcash two bytes are used. For addresses on
|
||||||
/// the production network, this and the encoded length cause the first
|
/// the production network, this and the encoded length cause the first
|
||||||
/// two characters of the Base58Check encoding to be xed as “t3” for
|
/// two characters of the Base58Check encoding to be fixed as “t3” for
|
||||||
/// P2SH addresses, and as “t1” for P2PKH addresses. (This does not
|
/// P2SH addresses, and as “t1” for P2PKH addresses. (This does not
|
||||||
/// imply that a transparent Zcash address can be parsed identically
|
/// imply that a transparent Zcash address can be parsed identically
|
||||||
/// to a Bitcoin address just by removing the “t”.)
|
/// to a Bitcoin address just by removing the “t”.)
|
||||||
|
|
Loading…
Reference in New Issue