fix(lotus-sim): remove duplicate error handling
This commit is contained in:
parent
ec5fab09a1
commit
28e6fa5923
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user