Update zebra-chain/src/addresses/sprout.rs doc comment

Co-Authored-By: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Deirdre Connolly 2020-03-25 12:56:14 -04:00 committed by Deirdre Connolly
parent 66b33172e4
commit caa06c901d
1 changed files with 1 additions and 1 deletions

View File

@ -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”.)