Set PoW target to 24
This commit is contained in:
parent
32dd771eef
commit
7904009c2f
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue