Commit 136d8df3 authored by Jeromy's avatar Jeromy

fix issue with blocks not actually being stored via dagservice

parent 3df9fe4b
......@@ -57,7 +57,6 @@ func (s *BlockService) GetBlock(k u.Key) (*blocks.Block, error) {
if !ok {
return nil, fmt.Errorf("data associated with %s is not a []byte", k)
}
u.DOut("Got data: %v\n", bdata)
return &blocks.Block{
Multihash: mh.Multihash(k),
Data: bdata,
......
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