more zeroes
This commit is contained in:
parent
5ae2aef369
commit
c80018593e
@ -171,11 +171,7 @@ pub fn generate_dummy_blockchain_with_extra(block_number: u32) -> GuardedTempRes
|
|||||||
|
|
||||||
pub fn generate_dummy_empty_blockchain() -> GuardedTempResult<BlockChain> {
|
pub fn generate_dummy_empty_blockchain() -> GuardedTempResult<BlockChain> {
|
||||||
let temp = RandomTempPath::new();
|
let temp = RandomTempPath::new();
|
||||||
let bc = BlockChain::new(
|
let bc = BlockChain::new(&create_unverifiable_block(0, H256::zero()), temp.as_path());
|
||||||
&create_unverifiable_block(
|
|
||||||
0,
|
|
||||||
H256::from_str("0000000000000000000000000000000000000000000000000000000000000000").unwrap()),
|
|
||||||
temp.as_path());
|
|
||||||
|
|
||||||
GuardedTempResult::<BlockChain> {
|
GuardedTempResult::<BlockChain> {
|
||||||
temp: temp,
|
temp: temp,
|
||||||
|
Loading…
Reference in New Issue
Block a user