Skip to content

Commit

Permalink
Merge pull request #8179 from filecoin-project/asr/comm-p-fix
Browse files Browse the repository at this point in the history
fix: client: calculate commps for pieces bigger than 32GB
  • Loading branch information
arajasek authored Feb 24, 2022
2 parents 7c2f653 + fd8cb44 commit c940727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/impl/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ func (a *API) ClientCalcCommP(ctx context.Context, inpath string) (*api.CommPRet
//
// IF/WHEN this changes in the future we will have to be able to calculate
// "old style" commP, and thus will need to introduce a version switch or similar
arbitraryProofType := abi.RegisteredSealProof_StackedDrg32GiBV1_1
arbitraryProofType := abi.RegisteredSealProof_StackedDrg64GiBV1_1

rdr, err := os.Open(inpath)
if err != nil {
Expand Down

0 comments on commit c940727

Please sign in to comment.