diff --git a/core/commands/block.go b/core/commands/block.go index 3f1563307be..727ea6aa80c 100644 --- a/core/commands/block.go +++ b/core/commands/block.go @@ -159,6 +159,7 @@ It reads from stdin, and is a base58 encoded multihash. return strings.NewReader(bs.Key + "\n"), nil }, }, + Type: BlockStat{}, } func getBlockForKey(req cmds.Request, key string) (*blocks.Block, error) {