This commit is contained in:
Łukasz Magiera 2020-06-15 14:33:01 +02:00
parent f67bbbc457
commit 3d1225bf34
4 changed files with 5 additions and 5 deletions

2
extern/filecoin-ffi vendored

@ -1 +1 @@
Subproject commit 1bff7f4563370ada590a605b5459b91e1662ebaa
Subproject commit 5bb4a309bce9d446ac618f34a8b9e2883af2002f

View File

@ -319,7 +319,7 @@ func (mgr *SectorMgr) FinalizeSector(context.Context, abi.SectorID) error {
return nil
}
func (mgr *SectorMgr) CheckProvable(context.Context, abi.RegisteredProof, []abi.SectorID) ([]abi.SectorID, error) {
func (mgr *SectorMgr) CheckProvable(context.Context, abi.RegisteredSealProof, []abi.SectorID) ([]abi.SectorID, error) {
return nil, nil
}