Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Fix the 32GiB Window PoSt partition size again (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
anorth committed May 1, 2020
1 parent d288ad0 commit 1dd1034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/abi/sector.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (p RegisteredProof) WindowPoStPartitionSectors() (uint64, error) {
// See https://github.com/filecoin-project/rust-fil-proofs/blob/master/filecoin-proofs/src/constants.rs#L85
switch sp {
case RegisteredProof_StackedDRG32GiBSeal:
return 2049, nil
return 2349, nil
case RegisteredProof_StackedDRG2KiBSeal:
return 2, nil
case RegisteredProof_StackedDRG8MiBSeal:
Expand Down

0 comments on commit 1dd1034

Please sign in to comment.