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
+1 -1
View File
@@ -42,8 +42,8 @@ import (
"github.com/filecoin-project/lotus/chain/stmgr"
"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/chain/wallet"
"github.com/filecoin-project/lotus/cmd/lotus-seal-worker/sealworker"
"github.com/filecoin-project/lotus/cmd/lotus-seed/seed"
"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/ffiwrapper"
"github.com/filecoin-project/lotus/extern/sector-storage/mock"
+1 -1
View File
@@ -14,7 +14,7 @@ import (
manet "github.com/multiformats/go-multiaddr/net"
"github.com/filecoin-project/lotus/api/client"
"github.com/filecoin-project/lotus/cmd/lotus-seal-worker/sealworker"
"github.com/filecoin-project/lotus/cmd/lotus-worker/sealworker"
"github.com/filecoin-project/lotus/node"
)