keep storage-fsm (renamed to storage-sealing) and sector-storage in extern.
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
|
||||
"github.com/filecoin-project/lotus/api"
|
||||
"github.com/filecoin-project/lotus/api/client"
|
||||
"github.com/filecoin-project/lotus/storage/sector"
|
||||
"github.com/filecoin-project/lotus/extern/sector-storage"
|
||||
)
|
||||
|
||||
type remoteWorker struct {
|
||||
@@ -46,4 +46,4 @@ func (r *remoteWorker) Close() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
var _ sector.Worker = &remoteWorker{}
|
||||
var _ sectorstorage.Worker = &remoteWorker{}
|
||||
|
||||
Reference in New Issue
Block a user