File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ impl RegisteredPoStProof {
164
164
}
165
165
/// Returns the partition size, in sectors, associated with a proof type.
166
166
/// The partition size is the number of sectors proven in a single PoSt proof.
167
- pub fn window_post_partitions_sector ( self ) -> Result < u64 , String > {
167
+ pub fn window_post_partition_sectors ( self ) -> Result < u64 , String > {
168
168
// Resolve to post proof and then compute size from that.
169
169
use RegisteredPoStProof :: * ;
170
170
match self {
@@ -200,7 +200,7 @@ impl RegisteredSealProof {
200
200
201
201
/// Returns the partition size, in sectors, associated with a proof type.
202
202
/// The partition size is the number of sectors proven in a single PoSt proof.
203
- pub fn window_post_partitions_sector ( self ) -> Result < u64 , String > {
203
+ pub fn window_post_partition_sectors ( self ) -> Result < u64 , String > {
204
204
// Resolve to seal proof and then compute size from that.
205
205
use RegisteredSealProof :: * ;
206
206
match self {
You can’t perform that action at this time.
0 commit comments