-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/ipfs/init: Replace coreunix.Add with importer.BuildDagFromReader
coreunix.Add is basically a wrapper around BuildDagFromReader that returns a string-ified key instead of a DAG node. Since we'll need the DAG node to add to the directory, converting to a key and then looking that key back up in dirbuilder.AddChild is just extra work.
- Loading branch information
Showing
1 changed file
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters