From 2cf00021d992cebe7249fd56f6663cc44c591186 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 20 Feb 2019 07:30:22 -0800 Subject: [PATCH] Update golden hash to account for tick_height removal --- src/chacha.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chacha.rs b/src/chacha.rs index a17b0e88fc..d7f163f93e 100644 --- a/src/chacha.rs +++ b/src/chacha.rs @@ -169,7 +169,7 @@ mod tests { use bs58; // golden needs to be updated if blob stuff changes.... let golden = Hash::new( - &bs58::decode("8NMJBwpXoBoA7YrA5CemRtGtfAqoY15bvnCqVjh4LYpS") + &bs58::decode("3hY6c5V5R6ho3k5KBYkDg2nZTtkuBpvu9n421nGntHrg") .into_vec() .unwrap(), );