cut over to storage-fsm, deleting local sealing package

This commit is contained in:
laser
2020-04-07 09:34:09 -07:00
parent 086a66efc9
commit 110c869dd3
32 changed files with 17 additions and 3045 deletions
+1 -1
View File
@@ -23,8 +23,8 @@ import (
"github.com/filecoin-project/lotus/miner"
"github.com/filecoin-project/lotus/node/impl/common"
"github.com/filecoin-project/lotus/storage"
"github.com/filecoin-project/lotus/storage/sealing"
"github.com/filecoin-project/lotus/storage/sectorblocks"
sealing "github.com/filecoin-project/storage-fsm"
)
type StorageMinerAPI struct {