We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you look at the closeChild implementation in the mfs Root, you'll see that it adds the root object's node to the DAG:
closeChild
https://github.com/ipfs/go-ipfs/blob/336520d4ef0d06ac28b6e6c189c3d4c099b1ba38/mfs/system.go#L162-L172
However, the child should already have done this.
The text was updated successfully, but these errors were encountered:
For more context about the underlying process see #5066 (comment).
Sorry, something went wrong.
Closing in favor of ipfs/go-mfs#34.
schomatis
No branches or pull requests
If you look at the
closeChild
implementation in the mfs Root, you'll see that it adds the root object's node to the DAG:https://github.com/ipfs/go-ipfs/blob/336520d4ef0d06ac28b6e6c189c3d4c099b1ba38/mfs/system.go#L162-L172
However, the child should already have done this.
The text was updated successfully, but these errors were encountered: