Skip to content

Commit ab4a893

Browse files
committed
Review Response
1 parent a82b170 commit ab4a893

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FIPS/fip-0090.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Note that, same as with interactive PoRep, each sector has a `SealRandEpoch` tha
100100
// Note no UnsealedCID because it must be "zero" data.
101101
struct SectorNIActivationInfo {
102102
ReplicaInfo: ReplicaInfo
103-
SealedCID: Cid, // CommR
103+
SealedCID: Cid, // CommR
104104
SealRandEpoch: ChainEpoch,
105105
Expiration: ChainEpoch,
106106
}
@@ -110,7 +110,7 @@ Note that, same as with interactive PoRep, each sector has a `SealRandEpoch` tha
110110
struct ReplicaInfo {
111111
// Sector number used to generate replica id
112112
// Must be set to SectorID
113-
SectorNumber: SectorNumber,
113+
SealingNumber: SectorNumber,
114114
// Sector number used as unique id in actor state
115115
SectorID: SectorNumber,
116116
// Must be set to ProviderID

0 commit comments

Comments
 (0)