h256:zero()
This commit is contained in:
parent
39749728fe
commit
26eda38299
@ -148,7 +148,7 @@ pub fn generate_dummy_blockchain(block_number: u32) -> GuardedTempResult<BlockCh
|
|||||||
let bc = BlockChain::new(
|
let bc = BlockChain::new(
|
||||||
&create_unverifiable_block(
|
&create_unverifiable_block(
|
||||||
0,
|
0,
|
||||||
H256::from_str("0000000000000000000000000000000000000000000000000000000000000000").unwrap()),
|
H256::zero()),
|
||||||
temp.as_path());
|
temp.as_path());
|
||||||
|
|
||||||
for block_order in 1..block_number {
|
for block_order in 1..block_number {
|
||||||
|
Loading…
Reference in New Issue
Block a user