Drop unused SectorInfo fields

This commit is contained in:
Łukasz Magiera 2020-07-16 23:40:54 +02:00
parent 16ab71d302
commit 0a6c939a73

View File

@ -29,9 +29,6 @@ type StorageInfo struct {
CanSeal bool
CanStore bool
LastHeartbeat time.Time
HeartbeatErr error
}
type HealthReport struct {