Update filecoin-ffi

This commit is contained in:
Łukasz Magiera
2019-12-05 10:59:02 +01:00
parent 816a2f4ca8
commit 9adb1c004b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -80,8 +80,8 @@ func (ft *fetch) maybeFetchAsync(name string, info paramFile) {
return
}
/*ft.fetchLk.Lock()
defer ft.fetchLk.Unlock()*/
ft.fetchLk.Lock()
defer ft.fetchLk.Unlock()
if err := doFetch(path, info); err != nil {
ft.errs = append(ft.errs, xerrors.Errorf("fetching file %s failed: %w", path, err))