Cleanup after dropping sectorbuilder

This commit is contained in:
Łukasz Magiera 2020-03-26 20:34:38 +01:00
parent 2dfa38f572
commit ed6202d202

View File

@ -3,7 +3,6 @@ package sealing
import ( import (
"bytes" "bytes"
"context" "context"
"github.com/filecoin-project/lotus/storage/sectorstorage/zerocomm"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
cbg "github.com/whyrusleeping/cbor-gen" cbg "github.com/whyrusleeping/cbor-gen"
@ -16,6 +15,7 @@ import (
"github.com/filecoin-project/lotus/build" "github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/storage/sectorstorage/zerocomm"
) )
// TODO: For now we handle this by halting state execution, when we get jsonrpc reconnecting // TODO: For now we handle this by halting state execution, when we get jsonrpc reconnecting