lotus/storiface/ffi.go

6 lines
91 B
Go
Raw Normal View History

2020-05-19 16:11:56 +00:00
package storiface
import "errors"
var ErrSectorNotFound = errors.New("sector not found")