Commit 8f176c05 authored by rht's avatar rht

Wire a context down to (n *helpers.UnixfsNode) GetChild

License: MIT
Signed-off-by: default avatarrht <rhtbot@gmail.com>
parent 4023331d
...@@ -312,7 +312,7 @@ func (dm *DagModifier) appendData(node *mdag.Node, blks <-chan []byte, errs <-ch ...@@ -312,7 +312,7 @@ func (dm *DagModifier) appendData(node *mdag.Node, blks <-chan []byte, errs <-ch
NodeCB: imp.BasicPinnerCB(dm.mp), NodeCB: imp.BasicPinnerCB(dm.mp),
} }
return trickle.TrickleAppend(node, dbp.New(blks, errs)) return trickle.TrickleAppend(dm.ctx, node, dbp.New(blks, errs))
} }
// Read data from this dag starting at the current offset // Read data from this dag starting at the current offset
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment