Set PoW target to 24

This commit is contained in:
Ivan Kuznetsov 2017-09-04 11:32:59 +07:00
parent 32dd771eef
commit 7904009c2f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ var (
maxNonce = math.MaxInt64 maxNonce = math.MaxInt64
) )
const targetBits = 16 const targetBits = 24
// ProofOfWork represents a proof-of-work // ProofOfWork represents a proof-of-work
type ProofOfWork struct { type ProofOfWork struct {