Show lost calls in sealing jobs cli

This commit is contained in:
Łukasz Magiera
2020-09-23 19:26:35 +02:00
parent c17f0d7e61
commit d817dceb05
7 changed files with 50 additions and 20 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ func (sm *StorageMinerAPI) WorkerStats(context.Context) (map[uint64]storiface.Wo
return sm.StorageMgr.WorkerStats(), nil
}
func (sm *StorageMinerAPI) WorkerJobs(ctx context.Context) (map[uint64][]storiface.WorkerJob, error) {
func (sm *StorageMinerAPI) WorkerJobs(ctx context.Context) (map[int64][]storiface.WorkerJob, error) {
return sm.StorageMgr.WorkerJobs(), nil
}