Update filecoin-ffi

This commit is contained in:
Łukasz Magiera 2019-12-05 10:58:57 +01:00
parent 816a2f4ca8
commit 9adb1c004b
2 changed files with 3 additions and 3 deletions

View File

@ -80,8 +80,8 @@ func (ft *fetch) maybeFetchAsync(name string, info paramFile) {
return return
} }
/*ft.fetchLk.Lock() ft.fetchLk.Lock()
defer ft.fetchLk.Unlock()*/ defer ft.fetchLk.Unlock()
if err := doFetch(path, info); err != nil { if err := doFetch(path, info); err != nil {
ft.errs = append(ft.errs, xerrors.Errorf("fetching file %s failed: %w", path, err)) ft.errs = append(ft.errs, xerrors.Errorf("fetching file %s failed: %w", path, err))

2
extern/filecoin-ffi vendored

@ -1 +1 @@
Subproject commit ebb3e13addf13059658ba92e84c9ce4300fbdf25 Subproject commit 6d9e80001bfa2d80eec4e157da46d783038d9b42