Fix chacha build

This commit is contained in:
Greg Fitzgerald
2019-03-28 23:01:01 -06:00
parent 3759b0d2a5
commit b708998d9d

View File

@ -164,7 +164,7 @@ mod tests {
use bs58; use bs58;
// golden needs to be updated if blob stuff changes.... // golden needs to be updated if blob stuff changes....
let golden = Hash::new( let golden = Hash::new(
&bs58::decode("JCCiVjn5NJDkRzCF2QP2QXzKfk5nba7dyMG9W7yzZHBk") &bs58::decode("7CESTE6TiU1kz3HXoDA6fYUhfnneqbSm75zLYCBdczzp")
.into_vec() .into_vec()
.unwrap(), .unwrap(),
); );