Skip to content

Commit

Permalink
fix a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Stepniak committed Feb 22, 2025
1 parent 4ff1f00 commit b895ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filecoin-proofs/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pub(crate) const fn get_porep_interactive_minimum_challenges(sector_size: u64) -
match sector_size {
SECTOR_SIZE_2_KIB | SECTOR_SIZE_4_KIB | SECTOR_SIZE_16_KIB | SECTOR_SIZE_32_KIB
| SECTOR_SIZE_8_MIB | SECTOR_SIZE_16_MIB | SECTOR_SIZE_512_MIB => 2,
SECTOR_SIZE_1_GIB => SECTOR_SIZE_32_GIB | SECTOR_SIZE_64_GIB => 176,
SECTOR_SIZE_1_GIB | SECTOR_SIZE_32_GIB | SECTOR_SIZE_64_GIB => 176,
_ => panic!("invalid sector size"),
}
}
Expand Down

0 comments on commit b895ea7

Please sign in to comment.