Skip to content

Commit cf26f06

Browse files
authored
Add ReplicaInfo to fip-0090 (#1000)
* Add ReplicaInfo * typo * Review Response * Review Response --------- Co-authored-by: zenground0 <[email protected]>
1 parent 0e60ef0 commit cf26f06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

FIPS/fip-0090.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,10 @@ Note that, same as with interactive PoRep, each sector has a `SealRandEpoch` tha
9999
```go
100100
// Note no UnsealedCID because it must be "zero" data.
101101
struct SectorNIActivationInfo {
102-
SectorNumber: SectorNumber,
102+
SealingNumber: SectorNumber, // Sector number used to generate replica id
103+
SealerID: ActorID, // Must be set to ID of receiving actor for now
103104
SealedCID: Cid, // CommR
105+
SectorNumber: SectorNumber, // unique id of sector in actor state
104106
SealRandEpoch: ChainEpoch,
105107
Expiration: ChainEpoch,
106108
}

0 commit comments

Comments
 (0)