Fix chacha test
This commit is contained in:
parent
4e51a444f4
commit
d72cac6e97
|
@ -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(),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue