This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dag): fix default hash algorithm for put() api (#1419)
Turns out we've introduced a little bug in d299ed7 in which the default hash algorithm has a typo. This didn't fail on CI because the `options.hashAlg` passed down to `ipld.put()` is actually not being used at time of this commit. For more info see: https://github.com/ipld/js-ipld/blob/d3d78e053ebd3f8c85a8b5579715be8812773d4d/src/index.js#L236-L239 License: MIT Signed-off-by: Pascal Precht <pascal.precht@gmail.com>
- Loading branch information