From fec88e3443b4ebf8f65870f567a55d290179b58e Mon Sep 17 00:00:00 2001 From: Ivan Kuznetsov Date: Thu, 24 Aug 2017 12:20:43 +0700 Subject: [PATCH] Remove a comment --- proofofwork.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proofofwork.go b/proofofwork.go index f97ec10..57127bb 100644 --- a/proofofwork.go +++ b/proofofwork.go @@ -12,7 +12,7 @@ var ( maxNonce = math.MaxInt64 ) -const targetBits = 24 // 3 bytes +const targetBits = 24 // ProofOfWork represents a proof-of-work type ProofOfWork struct {