Create a command to abort sealing calls

This commit is contained in:
Łukasz Magiera
2020-11-11 17:39:12 +01:00
parent 2a3d930933
commit 09f9f871a3
6 changed files with 79 additions and 9 deletions
+1
View File
@@ -71,6 +71,7 @@ type StorageMiner interface {
// SealingSchedDiag dumps internal sealing scheduler state
SealingSchedDiag(ctx context.Context, doSched bool) (interface{}, error)
SealingAbort(ctx context.Context, call storiface.CallID) error
stores.SectorIndex