Update filecoin-ffi
This commit is contained in:
parent
816a2f4ca8
commit
9adb1c004b
@ -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))
|
||||
|
2
extern/filecoin-ffi
vendored
2
extern/filecoin-ffi
vendored
@ -1 +1 @@
|
||||
Subproject commit ebb3e13addf13059658ba92e84c9ce4300fbdf25
|
||||
Subproject commit 6d9e80001bfa2d80eec4e157da46d783038d9b42
|
Loading…
Reference in New Issue
Block a user