pin cmd: fix incorect pin type for indirect pins

上级 9b21269e
...@@ -508,7 +508,7 @@ func pinLsAll(req *cmds.Request, typeStr string, n *core.IpfsNode, emit func(val ...@@ -508,7 +508,7 @@ func pinLsAll(req *cmds.Request, typeStr string, n *core.IpfsNode, emit func(val
if r { if r {
err := emit(&PinLsOutputWrapper{ err := emit(&PinLsOutputWrapper{
PinLsObject: PinLsObject{ PinLsObject: PinLsObject{
Type: typeStr, Type: "indirect",
Cid: enc.Encode(c), Cid: enc.Encode(c),
}, },
}) })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论