diff --git a/proofofwork.go b/proofofwork.go index 967a4bc..fe55525 100644 --- a/proofofwork.go +++ b/proofofwork.go @@ -12,7 +12,7 @@ var ( maxNonce = math.MaxInt64 ) -const targetBits = 16 +const targetBits = 24 // ProofOfWork represents a proof-of-work type ProofOfWork struct {