mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Remove TODO (#557)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user