This commit is contained in:
Łukasz Magiera 2021-06-30 15:19:29 +02:00 committed by Łukasz Magiera
parent 10e00b1ba9
commit 5f3b21269d

View File

@ -216,7 +216,6 @@ func (m *Sealing) handleCommitFailed(ctx statemachine.Context, sector SectorInfo
}
}
if err := m.checkCommit(ctx.Context(), sector, sector.Proof, tok); err != nil {
switch err.(type) {
case *ErrApi: