Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix(core/components/dag): fix default hash algorithm for put() api #1419

Merged
merged 1 commit into from
Jul 4, 2018

Commits on Jul 4, 2018

  1. fix(core/components/dag): fix default hash algorithm for put() api

    Turns out we've introduced a little bug in ipfs@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>
    0x-r4bbit committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    48b45fc View commit details
    Browse the repository at this point in the history