Lower the difficulty of PoW

This commit is contained in:
Ivan Kuznetsov 2017-09-19 15:03:30 +07:00
parent 74cbac4e8f
commit ffac3de519
1 changed files with 1 additions and 1 deletions

View File

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