Consolidate nullreader files

This commit is contained in:
Geoff Stuart
2022-05-02 09:59:41 -04:00
parent 88f8c7d166
commit b2a6d308ba
6 changed files with 28 additions and 24 deletions
+2 -1
View File
@@ -15,13 +15,14 @@ import (
"sync"
"time"
sealing "github.com/filecoin-project/lotus/extern/storage-sealing/lib/nullreader"
"github.com/google/uuid"
logging "github.com/ipfs/go-log/v2"
"golang.org/x/xerrors"
"github.com/filecoin-project/go-jsonrpc"
"github.com/filecoin-project/go-state-types/abi"
sealing "github.com/filecoin-project/lotus/extern/storage-sealing"
)
var log = logging.Logger("rpcenc")
+2 -1
View File
@@ -9,12 +9,13 @@ import (
"strings"
"testing"
sealing "github.com/filecoin-project/lotus/extern/storage-sealing/lib/nullreader"
"github.com/gorilla/mux"
"github.com/stretchr/testify/require"
"golang.org/x/xerrors"
"github.com/filecoin-project/go-jsonrpc"
sealing "github.com/filecoin-project/lotus/extern/storage-sealing"
)
type ReaderHandler struct {