Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion FIPS/fip-0090.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@ Note that, same as with interactive PoRep, each sector has a `SealRandEpoch` tha
```go
// Note no UnsealedCID because it must be "zero" data.
struct SectorNIActivationInfo {
SectorNumber: SectorNumber,
SealingNumber: SectorNumber, // Sector number used to generate replica id
SealerID: ActorID, // Must be set to ID of receiving actor for now
SealedCID: Cid, // CommR
SectorNumber: SectorNumber, // unique id of sector in actor state
SealRandEpoch: ChainEpoch,
Expiration: ChainEpoch,
}
Expand Down