Skip to content

Commit 6305cf5

Browse files
committed
Review Response
1 parent 04c54c9 commit 6305cf5

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

FIPS/fip-0090.md

+3-13
Original file line numberDiff line numberDiff line change
@@ -99,23 +99,13 @@ 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-
ReplicaInfo: ReplicaInfo
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
}
107-
108-
// Organize information used in replica id
109-
// Included to avoid breaking change for future SealerActor FIP
110-
struct ReplicaInfo {
111-
// Sector number used to generate replica id
112-
// Must be set to SectorID
113-
SealingNumber: SectorNumber,
114-
// Sector number used as unique id in actor state
115-
SectorID: SectorNumber,
116-
// Must be set to ProviderID
117-
SealerID: ActorID
118-
}
119109

120110
struct ProveCommitSectorsNIParams {
121111
// Information about sealing of each sector.

0 commit comments

Comments
 (0)