From b2584c4a8fb2751c67c5590f8742ac256a430d08 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Wed, 5 Aug 2020 02:50:45 -0400 Subject: [PATCH] A space --- zebra-chain/src/keys/sprout.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-chain/src/keys/sprout.rs b/zebra-chain/src/keys/sprout.rs index f320166ad..2335b4a66 100644 --- a/zebra-chain/src/keys/sprout.rs +++ b/zebra-chain/src/keys/sprout.rs @@ -42,7 +42,7 @@ fn prf_addr(x: [u8; 32], t: u8) -> [u8; 32] { block[0..32].copy_from_slice(&x[..]); // The first four bits –i.e. the most signicant four bits of the // first byte– are used to separate distinct uses - // ofSHA256Compress, ensuring that the functions are independent. + // of SHA256Compress, ensuring that the functions are independent. block[0] |= 0b1100_0000; block[32] = t;