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