Skip to content

Commit

Permalink
core: Fixed Resolver initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
mappum authored and Brian Tiger Chow committed Oct 29, 2014
1 parent 7aa0398 commit 414e20b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ func NewIpfsNode(cfg *config.Config, online bool) (n *IpfsNode, err error) {
if err != nil {
n.Pinning = pin.NewPinner(n.Datastore, n.DAG)
}
n.Resolver = &path.Resolver{DAG: n.DAG}

success = true
return n, nil
Expand Down

0 comments on commit 414e20b

Please sign in to comment.