Skip to content

Commit

Permalink
SOB Assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
m-g-rathod committed May 6, 2024
1 parent aad9c1d commit d215787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mine_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def gen_blk_hash(b_version, prev_b_hash, b_merkle_root, time_hex, bits, nonce):

txids.insert(0, coinbase_txid)

# block
# block
b_version = "02000000"
prev_b_hash = "0000aeff00000000000000000000000000000000000000000000000000000000"
b_merkle_root = merkle_root(txids)
Expand Down

0 comments on commit d215787

Please sign in to comment.