Skip to content

Commit

Permalink
make gen
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Jan 15, 2025
1 parent e8473b3 commit c032b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/paths/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ func (st *Local) supraPoRepVanillaProof(src storiface.SectorPaths, sr storiface.
supraC1Token <- struct{}{}
res := supraffi.C1(bm.BlockOffset, bm.BatchSectors, bm.NumInPipeline, replicaID[:], seed, ticket, src.Cache, parentsPath, src.Sealed, uint64(ssize))
<-supraC1Token

if res != 0 {
return nil, xerrors.Errorf("c1 failed: %d", res)
}
Expand Down

0 comments on commit c032b25

Please sign in to comment.