File tree Expand file tree Collapse file tree
venus-shared/types/market Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66 "github.com/filecoin-project/go-fil-markets/piecestore"
77 "github.com/filecoin-project/go-state-types/abi"
8+ market7 "github.com/filecoin-project/specs-actors/v7/actors/builtin/market"
89
910 "github.com/filecoin-project/venus/venus-shared/actors/builtin/market"
1011)
@@ -38,7 +39,7 @@ type DealInfoIncludePath struct {
3839 PayloadSize abi.UnpaddedPieceSize
3940 DealID abi.DealID
4041 TotalStorageFee abi.TokenAmount
41- market .DealProposal
42+ market7 .DealProposal
4243 FastRetrieval bool
4344 PublishCid cid.Cid
4445}
Original file line number Diff line number Diff line change 44 "time"
55
66 "github.com/filecoin-project/go-state-types/abi"
7+ market7 "github.com/filecoin-project/specs-actors/v7/actors/builtin/market"
78 "github.com/ipfs/go-cid"
89
910 "github.com/filecoin-project/venus/venus-shared/actors/builtin/market"
@@ -28,7 +29,7 @@ type SectorOffset struct {
2829type PieceDealInfo struct {
2930 PublishCid * cid.Cid
3031 DealID abi.DealID
31- DealProposal * market .DealProposal
32+ DealProposal * market7 .DealProposal
3233 DealSchedule DealSchedule
3334 KeepUnsealed bool
3435}
You can’t perform that action at this time.
0 commit comments