This commit is contained in:
Łukasz Magiera
2021-06-30 15:19:29 +02:00
committed by GitHub
parent a4342f3997
commit f45340461d
-1
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: