Add comments to fillersFromRem

This commit is contained in:
Łukasz Magiera
2019-11-09 00:06:07 +01:00
parent fa67ccb5f3
commit aaacfd15cd
3 changed files with 30 additions and 5 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func (sm *StorageMinerAPI) ActorAddress(context.Context) (address.Address, error
}
func (sm *StorageMinerAPI) StoreGarbageData(ctx context.Context) error {
return sm.Miner.StoreGarbageData(ctx)
return sm.Miner.StoreGarbageData()
}
func (sm *StorageMinerAPI) SectorsStatus(ctx context.Context, sid uint64) (api.SectorInfo, error) {