Update zebra-state/src/service/memory_state/non_finalized_state.rs
Co-authored-by: teor <teor@riseup.net>
This commit is contained in:
parent
104b5406d5
commit
8279c65218
|
|
@ -239,7 +239,7 @@ mod tests {
|
||||||
zebra_test::vectors::BLOCK_MAINNET_419201_BYTES.zcash_deserialize_into()?;
|
zebra_test::vectors::BLOCK_MAINNET_419201_BYTES.zcash_deserialize_into()?;
|
||||||
let block1: Arc<Block> =
|
let block1: Arc<Block> =
|
||||||
zebra_test::vectors::BLOCK_MAINNET_419200_BYTES.zcash_deserialize_into()?;
|
zebra_test::vectors::BLOCK_MAINNET_419200_BYTES.zcash_deserialize_into()?;
|
||||||
// Create a random block which will have a much worse difficulty hash
|
// Create a random block which will have a much worse difficulty threshold
|
||||||
// than an intentionally mined block from the mainnet
|
// than an intentionally mined block from the mainnet
|
||||||
let child = block1.make_fake_child();
|
let child = block1.make_fake_child();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue