parser: fix TODO formatting

This commit is contained in:
George Tankersley 2018-09-20 20:39:06 +00:00
parent 878b3eb9ce
commit f90ee7085d
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ func (hdr *blockHeader) ParseFromSlice(in []byte) (rest []byte, err error) {
return in, errors.New("could not read CompactSize-prefixed Equihash solution")
}
// TODO interpret the bytes
// TODO: interpret the bytes
//hdr.targetThreshold = parseNBits(hdr.NBitsBytes)
return []byte(s), nil