Fix chacha test

This commit is contained in:
Greg Fitzgerald 2019-03-15 08:19:03 -06:00
parent 4e51a444f4
commit d72cac6e97
1 changed files with 1 additions and 1 deletions

View File

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