We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8375c96 commit a9105ecCopy full SHA for a9105ec
writer/writer.go
@@ -145,7 +145,7 @@ func (w *Writer) Sum() (DataCIDSize, error) {
145
}
146
147
148
- p, err := ffi.GenerateUnsealedCID(abi.RegisteredSealProof_StackedDrg32GiBV1, pieces)
+ p, err := ffi.GenerateUnsealedCID(abi.RegisteredSealProof_StackedDrg64GiBV1, pieces)
149
if err != nil {
150
return DataCIDSize{}, xerrors.Errorf("generating unsealed CID: %w", err)
151
0 commit comments