Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
slanesuke committed Apr 17, 2024
1 parent b89b360 commit b0fbb75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion mine-your-first-block/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ fn create_coinbase_tx(total_tx_fee: u64) -> Transaction {
fn construct_block_header(nonce: u32, merkle_root: String) -> BlockHeader {

let mut block_header = BlockHeader{
version: 7,
version: 2,
prev_block_hash: "".to_string(),
merkle_root: merkle_root.to_string(),
timestamp: 0,
Expand Down
9 changes: 0 additions & 9 deletions output.txt

This file was deleted.

0 comments on commit b0fbb75

Please sign in to comment.