Skip to content

Commit

Permalink
tbc: make comment for zeroHash clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing committed Jun 24, 2024
1 parent 47ba97b commit 0de4ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/tbc/tbc.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const (
)

var (
zeroHash = new(chainhash.Hash) // used to validate invalid hashes
zeroHash = new(chainhash.Hash) // used to check if a hash is invalid

testnetSeeds = []string{
"testnet-seed.bitcoin.jonasschnelli.ch",
Expand Down

0 comments on commit 0de4ef2

Please sign in to comment.