Remove a comment
This commit is contained in:
parent
2a9385dd5b
commit
fec88e3443
|
@ -12,7 +12,7 @@ var (
|
||||||
maxNonce = math.MaxInt64
|
maxNonce = math.MaxInt64
|
||||||
)
|
)
|
||||||
|
|
||||||
const targetBits = 24 // 3 bytes
|
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