Commit ab55ab95 authored by Jeromy's avatar Jeromy

add basic test for blocks package #59

parent 058fa431
...@@ -5,8 +5,7 @@ import ( ...@@ -5,8 +5,7 @@ import (
u "github.com/jbenet/go-ipfs/util" u "github.com/jbenet/go-ipfs/util"
) )
// Block is the ipfs blocks service. It is the way // Block is a singular block of data in ipfs
// to retrieve blocks by the higher level ipfs modules
type Block struct { type Block struct {
Multihash mh.Multihash Multihash mh.Multihash
Data []byte Data []byte
......
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