more progress

This commit is contained in:
Steven Allen
2020-09-15 10:46:44 -07:00
parent 9dad38c9a5
commit 00c6397ec9
4 changed files with 109 additions and 93 deletions
-13
View File
@@ -473,19 +473,6 @@ type MinerSectors struct {
Active uint64
}
type SectorExpiration struct {
OnTime abi.ChainEpoch
// non-zero if sector is faulty, epoch at which it will be permanently
// removed if it doesn't recover
Early abi.ChainEpoch
}
type SectorLocation struct {
Deadline uint64
Partition uint64
}
type ImportRes struct {
Root cid.Cid
ImportID multistore.StoreID