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
+2 -2
View File
@@ -462,8 +462,8 @@ func (sm *StorageMinerAPI) SealingAbort(ctx context.Context, call storiface.Call
return sm.StorageMgr.Abort(ctx, call)
}
func (sm *StorageMinerAPI) SealingRemoveRequest(ctx context.Context, SchedId uuid.UUID) error {
return sm.StorageMgr.RemoveSchedRequest(ctx, SchedId)
func (sm *StorageMinerAPI) SealingRemoveRequest(ctx context.Context, schedId uuid.UUID) error {
return sm.StorageMgr.RemoveSchedRequest(ctx, schedId)
}
func (sm *StorageMinerAPI) MarketImportDealData(ctx context.Context, propCid cid.Cid, path string) error {