parser: fix TODO formatting
This commit is contained in:
parent
878b3eb9ce
commit
f90ee7085d
|
@ -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")
|
return in, errors.New("could not read CompactSize-prefixed Equihash solution")
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO interpret the bytes
|
// TODO: interpret the bytes
|
||||||
//hdr.targetThreshold = parseNBits(hdr.NBitsBytes)
|
//hdr.targetThreshold = parseNBits(hdr.NBitsBytes)
|
||||||
|
|
||||||
return []byte(s), nil
|
return []byte(s), nil
|
||||||
|
|
Loading…
Reference in New Issue