Block hash for the beacon.

This commit is contained in:
Sean Bowe 2018-03-20 14:04:51 -06:00
parent a0904e3a30
commit 4903e07835
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031

View File

@ -23,7 +23,7 @@ fn main() {
use crypto::digest::Digest;
// Place block hash here (this will change)
let mut cur_hash: [u8; 32] = hex!("000000000000000000357b7d5040ee362f037bdf873eb4cde615b2f368f2f2a6");
let mut cur_hash: [u8; 32] = hex!("00000000000000000034b33e842ac1c50456abe5fa92b60f6b3dfc5d247f7b58");
// Performs 2^n hash iterations over it
const N: usize = 42;