fix(lotus-sim): remove duplicate error handling

This commit is contained in:
Steven Allen 2021-06-16 00:13:34 -07:00
parent ec5fab09a1
commit 28e6fa5923

View File

@ -218,11 +218,6 @@ func (stage *ProveCommitStage) packProveCommitsMiner(
// Then try again.
continue
}
log.Errorw("failed to prove commit missing sector(s)",
"error", err,
"sectors", batch,
)
res.failed += len(batch)
} else {
log.Errorw("failed to prove commit sector(s)",
"error", err,