@cryptotaxi247 / kubo / commits / 218cc0185

remove pointless TODO

Jeromy committed Mar 9, 2015 at 18:21 UTC 218cc0185c6c8ff31e70d5ceaf79afdc43fb1633
1 file changed -1
unixfs/mod/dagmodifier.go
-1
@@ -416,7 +416,6 @@ func dagTruncate(nd *mdag.Node, size uint64, ds mdag.DAGService) (*mdag.Node, er
416 return nil, err
417 }
418
419 - // TODO: sanity check size of truncated block
419 ndata.AddBlockSize(size - cur)
420
421 modified = nchild