From b708998d9dc183fc62240e8dc992951541132b68 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Thu, 28 Mar 2019 23:01:01 -0600 Subject: [PATCH] Fix chacha build --- core/src/chacha.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/chacha.rs b/core/src/chacha.rs index f9d5bc9dc2..33b5f78e0b 100644 --- a/core/src/chacha.rs +++ b/core/src/chacha.rs @@ -164,7 +164,7 @@ mod tests { use bs58; // golden needs to be updated if blob stuff changes.... let golden = Hash::new( - &bs58::decode("JCCiVjn5NJDkRzCF2QP2QXzKfk5nba7dyMG9W7yzZHBk") + &bs58::decode("7CESTE6TiU1kz3HXoDA6fYUhfnneqbSm75zLYCBdczzp") .into_vec() .unwrap(), );