mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 03:51:29 +00:00
Remove TODO (#557)
This commit is contained in:
parent
5c0ee65619
commit
4973144b76
@ -131,7 +131,6 @@ func (c *Collation) CalculateChunkRoot() {
|
||||
func (c *Collation) CalculatePOC(salt []byte) common.Hash {
|
||||
body := make([]byte, 0, len(c.body)*(1+len(salt)))
|
||||
|
||||
// TODO: Use 32 byte chunks instead of a single byte
|
||||
for _, chunk := range c.body {
|
||||
body = append(append(body, salt...), chunk)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user