Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pred695 authored Apr 14, 2024
1 parent 66a9cf0 commit 3277cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type BlockHeader struct {

var Bh BlockHeader = BlockHeader{
version: 7,
prevBlockHash: "",
prevBlockHash: "0000000000000000000000000000000000000000000000000000000000000000",
merkleRoot: "",
time: time.Now().Unix(),
bits: "1d00ffff",
Expand Down

0 comments on commit 3277cf6

Please sign in to comment.