From caa06c901de777540d51b6e5027e4743d2d5c2d7 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Wed, 25 Mar 2020 12:56:14 -0400 Subject: [PATCH] Update zebra-chain/src/addresses/sprout.rs doc comment Co-Authored-By: Daira Hopwood --- zebra-chain/src/addresses/sprout.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-chain/src/addresses/sprout.rs b/zebra-chain/src/addresses/sprout.rs index 47a7234d0..98d01eaaa 100644 --- a/zebra-chain/src/addresses/sprout.rs +++ b/zebra-chain/src/addresses/sprout.rs @@ -25,7 +25,7 @@ mod magics { /// 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 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 /// imply that a transparent Zcash address can be parsed identically /// to a Bitcoin address just by removing the “t”.)