Add genesis blockhash to blobs (#3953)

This commit is contained in:
Sagar Dhawan
2019-04-23 16:24:44 -07:00
committed by GitHub
parent 4e7e5ace9d
commit 0cbac26591
10 changed files with 71 additions and 8 deletions

View File

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