More renames

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera
2019-12-08 22:48:20 +01:00
parent e2bd4b658b
commit 7f537dce2d
8 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ type StorageMiner interface {
ActorSectorSize(context.Context, address.Address) (uint64, error)
// Temp api for testing
StoreGarbageData(context.Context) error
PledgeSector(context.Context) error
// Get the status of a given sector by ID
SectorsStatus(context.Context, uint64) (SectorInfo, error)