Skip to content

Commit 46810ca

Browse files
authored
remove-the-old-todo (#5445)
Signed-off-by: Shubham Singh <[email protected]>
1 parent 6472f7c commit 46810ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/crypto/random.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ const (
3131
func GetRandomBytes(len int) ([]byte, error) {
3232
key := make([]byte, len)
3333

34-
// TODO: rand could fill less bytes then len
3534
_, err := rand.Read(key)
3635
if err != nil {
3736
return nil, errors.Wrap(err, "error getting random bytes")

0 commit comments

Comments
 (0)