This commit is contained in:
Łukasz Magiera 2020-07-15 16:53:17 +02:00
parent 041d70a7ff
commit 328439a8bf

View File

@ -29,7 +29,7 @@ const SectorStorePrefix = "/sectors"
var log = logging.Logger("sectors") var log = logging.Logger("sectors")
type SectorLocation struct { type SectorLocation struct {
Deadline uint64 Deadline uint64
Partition uint64 Partition uint64
} }