Skip to content

Commit 04c54c9

Browse files
committed
Review Response
1 parent a82b170 commit 04c54c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FIPS/fip-0090.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ Note that, same as with interactive PoRep, each sector has a `SealRandEpoch` tha
9797
- Introduce a new method `ProveCommitSectorsNI` (method 36), which performs a non-interactive proof for CC sectors, without a preceding PreCommitSector message (ie, this method rejects sectors that were already pre-committed. Such sectors must be activated with one of the existing ProveCommit methods). The method can be used with seal proofs or aggregate proof (but only one option can be chosen per call); the return type is the same as `ProveCommitAggregate`.
9898

9999
```go
100-
// Note no UnsealedCID because it must be "zero" data.
100+
// Note no UnsealedCID because it must be "zero" data.
101101
struct SectorNIActivationInfo {
102-
ReplicaInfo: ReplicaInfo
102+
ReplicaInfo: ReplicaInfo
103103
SealedCID: Cid, // CommR
104104
SealRandEpoch: ChainEpoch,
105105
Expiration: ChainEpoch,
@@ -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)