Skip to content

Commit 17e47f6

Browse files
committed
fix: update go-fil-commcid use
1 parent 2d61833 commit 17e47f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/sealer/mock/mock.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ func (mgr *SectorMgr) SealPreCommit1(ctx context.Context, sid storiface.SectorRe
191191
return nil, err
192192
}
193193

194-
_, _, cc, err := commcid.CIDToCommitment(commd)
194+
cc, err := commcid.CIDToDataCommitmentV1(commd)
195195
if err != nil {
196196
panic(err)
197197
}

0 commit comments

Comments
 (0)