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 @@ -174,7 +174,7 @@ impl RegisteredPoStProof {
174
174
}
175
175
/// Returns the partition size, in sectors, associated with a proof type.
176
176
/// The partition size is the number of sectors proven in a single PoSt proof.
177
- pub fn window_post_partitions_sector ( self ) -> Result < u64 , String > {
177
+ pub fn window_post_partition_sectors ( self ) -> Result < u64 , String > {
178
178
// Resolve to post proof and then compute size from that.
179
179
use RegisteredPoStProof :: * ;
180
180
match self {
@@ -219,7 +219,7 @@ impl RegisteredSealProof {
219
219
220
220
/// Returns the partition size, in sectors, associated with a proof type.
221
221
/// The partition size is the number of sectors proven in a single PoSt proof.
222
- pub fn window_post_partitions_sector ( self ) -> Result < u64 , String > {
222
+ pub fn window_post_partition_sectors ( self ) -> Result < u64 , String > {
223
223
// Resolve to seal proof and then compute size from that.
224
224
use RegisteredSealProof :: * ;
225
225
match self {
You can’t perform that action at this time.
0 commit comments