remove todo from audit pkg (#457)
This commit is contained in:
parent
14b67af327
commit
404fc0329f
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user