sealing: Address review

This commit is contained in:
Łukasz Magiera
2022-09-19 12:13:06 +02:00
parent a05593da5b
commit 859c2606f0
25 changed files with 71 additions and 53 deletions
+3 -3
View File
@@ -563,11 +563,11 @@ type RemoteSectorMeta struct {
// Sector urls - lotus will use those for fetching files into local storage
// Required in all states
DataUnsealed *storiface.SectorData
DataUnsealed *storiface.SectorLocation
// Required in PreCommitting and later
DataSealed *storiface.SectorData
DataCache *storiface.SectorData
DataSealed *storiface.SectorLocation
DataCache *storiface.SectorLocation
////////
// SEALING SERVICE HOOKS