remove todo from audit pkg (#457)

This commit is contained in:
Natalie Villasana 2018-10-10 15:07:14 -04:00 committed by GitHub
parent 14b67af327
commit 404fc0329f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,6 +214,5 @@ func (verifier *Verifier) verify(ctx context.Context, stripeIndex int, pointer *
for _, pieceNum := range pieceNums {
failedNodes = append(failedNodes, nodes[pieceNum])
}
// TODO(nat): update statdb with the bad nodes
return failedNodes, nil
}