提交 6eb5d8ea 作者: Jeromy Johnson

Merge pull request #774 from jbenet/block-put-fix

Fixed 'ipfs block put' panic
......@@ -159,6 +159,7 @@ It reads from stdin, and <key> is a base58 encoded multihash.
return strings.NewReader(bs.Key + "\n"), nil
},
},
Type: BlockStat{},
}
func getBlockForKey(req cmds.Request, key string) (*blocks.Block, error) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论