Commit ded8dd60 authored by Jeromy's avatar Jeromy

ensure sending of wantlist to friendly peers

parent dba69eb8
......@@ -10,6 +10,7 @@ import (
dssync "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore/sync"
blocks "github.com/jbenet/go-ipfs/blocks"
blockstore "github.com/jbenet/go-ipfs/blocks/blockstore"
bitswap "github.com/jbenet/go-ipfs/exchange/bitswap"
offline "github.com/jbenet/go-ipfs/exchange/offline"
u "github.com/jbenet/go-ipfs/util"
)
......@@ -58,3 +59,6 @@ func TestBlocks(t *testing.T) {
t.Error("Block data is not equal.")
}
}
func TestGetBlocks(t *testing.T) {
}
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