Skip to content

Commit

Permalink
fix: Entry ToMultihash: add hash to entry
Browse files Browse the repository at this point in the history
  • Loading branch information
glouvigny authored and aeddi committed Jun 12, 2019
1 parent 6faf35f commit f977b43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entry/entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ func FromMultihash(ipfs *io.IpfsServices, hash cid.Cid) (*Entry, error) {
return nil, err
}

obj.Hash = hash

return obj, nil
}

Expand Down

0 comments on commit f977b43

Please sign in to comment.