Update golden hash to account for tick_height removal

This commit is contained in:
Michael Vines 2019-02-20 07:30:22 -08:00
parent 8d38c2f800
commit 2cf00021d9
1 changed files with 1 additions and 1 deletions

View File

@ -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(),
);