Skip to content

Commit

Permalink
fix merkle
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamgupta2020 committed Apr 25, 2024
1 parent d80d2e7 commit 3c3a4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const hexTime_reverse = bigToLittleEndian(hexTime)
const block = {
version: 20000000,//VERSION
previousBlockHash: "0000000000000000000000000000000000000000000000000000000000000000",
merkleRootHash: "f2a7be701713f7e5b1d6bf4686a7313dbd7a0f621f7b94b910db17cde3ec4f2b",
merkleRootHash: "2b4fece3cd17db10b9947b1f620f7abd3d31a78646bfd6b1e5f7131770bea7f2",
timeStamp: hexTime_reverse,
difficultyTarget: "0000ffff00000000000000000000000000000000000000000000000000000000",
nonce: 0
Expand Down

0 comments on commit 3c3a4c5

Please sign in to comment.