Persist sector sealing errors

This commit is contained in:
Łukasz Magiera
2019-12-04 01:44:29 +01:00
parent 13c39452c1
commit d112fd18b1
8 changed files with 36 additions and 4 deletions
+1
View File
@@ -82,6 +82,7 @@ type SectorInfo struct {
Deals []uint64
Ticket sectorbuilder.SealTicket
Seed sectorbuilder.SealSeed
LastErr string
}
type SealedRef struct {