Remove a comment

This commit is contained in:
Ivan Kuznetsov 2017-08-24 12:20:43 +07:00
parent 2a9385dd5b
commit fec88e3443
1 changed files with 1 additions and 1 deletions

View File

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