fix everything pointed as per review

This commit is contained in:
LexLuthr
2022-08-04 02:00:24 +05:30
parent c736dedfa6
commit cdc08e566f
6 changed files with 25 additions and 29 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ type StorageMiner interface {
SealingSchedDiag(ctx context.Context, doSched bool) (interface{}, error) //perm:admin
SealingAbort(ctx context.Context, call storiface.CallID) error //perm:admin
//SealingSchedRemove removes a request from sealing pipeline
SealingRemoveRequest(ctx context.Context, SchedId uuid.UUID) error //perm:admin
SealingRemoveRequest(ctx context.Context, schedId uuid.UUID) error //perm:admin
// paths.SectorIndex
StorageAttach(context.Context, storiface.StorageInfo, fsutil.FsStat) error //perm:admin