Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(blob): use proper share.MaxShareVersion const (#64)
We were comparing against incorrect const (`math.MaxUint8`) but error message refers to the proper (`share.MaxShareVersion`). Sadly we cannot import `shares` package in `blob` due to cyclic dependency, adding comment for the future. Also, removed useless `fmt` alias for `fmt` package.
- Loading branch information