workers: cmd/lotus-seal-worker->cmd/lotus-worker

This commit is contained in:
Łukasz Magiera
2022-03-24 18:37:01 -04:00
parent a53dc5a7c7
commit 3f152ae2bf
10 changed files with 4 additions and 4 deletions
@@ -29,7 +29,7 @@ import (
"github.com/filecoin-project/lotus/build"
lcli "github.com/filecoin-project/lotus/cli"
cliutil "github.com/filecoin-project/lotus/cli/util"
"github.com/filecoin-project/lotus/cmd/lotus-seal-worker/sealworker"
"github.com/filecoin-project/lotus/cmd/lotus-worker/sealworker"
sectorstorage "github.com/filecoin-project/lotus/extern/sector-storage"
"github.com/filecoin-project/lotus/extern/sector-storage/sealtasks"
"github.com/filecoin-project/lotus/extern/sector-storage/stores"