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 {