storage: Move extern/storage-sealing to storage/pipeline

This commit is contained in:
Łukasz Magiera
2022-06-14 19:41:59 +02:00
parent cf835fcc0c
commit 98a48a47f8
73 changed files with 279 additions and 279 deletions
+1 -1
View File
@@ -22,8 +22,8 @@ import (
"github.com/filecoin-project/go-jsonrpc"
"github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/lotus/extern/storage-sealing/lib/nullreader"
"github.com/filecoin-project/lotus/lib/httpreader"
"github.com/filecoin-project/lotus/storage/pipeline/lib/nullreader"
)
var log = logging.Logger("rpcenc")
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"github.com/filecoin-project/go-jsonrpc"
"github.com/filecoin-project/lotus/extern/storage-sealing/lib/nullreader"
"github.com/filecoin-project/lotus/storage/pipeline/lib/nullreader"
)
type ReaderHandler struct {