genesis: Set ssize in VerifyDealsOnSectorProveCommitParams
This commit is contained in:
parent
a2554952d1
commit
704978a6ba
@ -159,6 +159,7 @@ func SetupStorageMiners(ctx context.Context, cs *store.ChainStore, sroot cid.Cid
|
|||||||
{
|
{
|
||||||
params := &market.VerifyDealsOnSectorProveCommitParams{
|
params := &market.VerifyDealsOnSectorProveCommitParams{
|
||||||
DealIDs: []abi.DealID{dealIDs[pi]},
|
DealIDs: []abi.DealID{dealIDs[pi]},
|
||||||
|
SectorSize: m.SectorSize,
|
||||||
SectorExpiry: preseal.Deal.EndEpoch,
|
SectorExpiry: preseal.Deal.EndEpoch,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ func PreSeal(ssize abi.SectorSize, maddr address.Address, sectors int) (*genesis
|
|||||||
Sectors: make([]*genesis.PreSeal, sectors),
|
Sectors: make([]*genesis.PreSeal, sectors),
|
||||||
}
|
}
|
||||||
|
|
||||||
_, st, err := ffiwrapper.SealProofTypeFromSectorSize(ssize)
|
st, err := ffiwrapper.SealProofTypeFromSectorSize(ssize)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, nil, err
|
return nil, nil, err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user