mirror of
https://github.com/filecoin-project/lotus.git
synced 2025-08-26 10:42:57 +08:00
storage: Move extern/sector-storage to storage/sealer
This commit is contained in:
@ -24,9 +24,9 @@ import (
|
||||
"github.com/filecoin-project/lotus/chain/actors"
|
||||
"github.com/filecoin-project/lotus/chain/actors/policy"
|
||||
"github.com/filecoin-project/lotus/chain/types"
|
||||
"github.com/filecoin-project/lotus/extern/sector-storage/ffiwrapper"
|
||||
"github.com/filecoin-project/lotus/node/config"
|
||||
sealiface2 "github.com/filecoin-project/lotus/storage/pipeline/sealiface"
|
||||
"github.com/filecoin-project/lotus/storage/sealer/ffiwrapper"
|
||||
)
|
||||
|
||||
var aggFeeNum = big.NewInt(110)
|
||||
|
Reference in New Issue
Block a user