Skip to content

Commit 5351eda

Browse files
committed
Amend
1 parent 4ac9093 commit 5351eda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/mockcore/src/state.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ impl State {
2828

2929
let genesis_block = bitcoin::blockdata::constants::genesis_block(network);
3030
let genesis_block_hash = genesis_block.block_hash();
31-
3231
hashes.push(genesis_block_hash);
3332
blocks.insert(genesis_block_hash, genesis_block);
3433

0 commit comments

Comments
 (0)