Skip to content
Snippets Groups Projects
Commit 26eda382 authored by Nikolay Volf's avatar Nikolay Volf
Browse files

h256:zero()

parent 39749728
Branches
Tags
No related merge requests found
......@@ -148,7 +148,7 @@ pub fn generate_dummy_blockchain(block_number: u32) -> GuardedTempResult<BlockCh
let bc = BlockChain::new(
&create_unverifiable_block(
0,
H256::from_str("0000000000000000000000000000000000000000000000000000000000000000").unwrap()),
H256::zero()),
temp.as_path());
for block_order in 1..block_number {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment