update specs-actors

This commit is contained in:
Łukasz Magiera 2020-02-21 17:57:40 +01:00
parent b82d26aee7
commit e5b838bac8

View File

@ -103,7 +103,7 @@ func (m *Sealing) handlePreCommitting(ctx statemachine.Context, sector SectorInf
SectorNumber: sector.SectorID, SectorNumber: sector.SectorID,
SealedCID: commcid.ReplicaCommitmentV1ToCID(sector.CommR), SealedCID: commcid.ReplicaCommitmentV1ToCID(sector.CommR),
SealEpoch: sector.Ticket.BlockHeight, SealRandEpoch: sector.Ticket.BlockHeight,
DealIDs: nil, // sector.deals(), // TODO: REFACTOR DealIDs: nil, // sector.deals(), // TODO: REFACTOR
} }
enc, aerr := actors.SerializeParams(params) enc, aerr := actors.SerializeParams(params)