Commit 7d72132c authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Jeromy

rename

License: MIT
Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
parent 08d0a11b
......@@ -11,8 +11,7 @@ import (
ds "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore"
ds_sync "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/blockstore"
bstore "github.com/jbenet/go-ipfs/blockstore"
blockstore "github.com/jbenet/go-ipfs/blocks/blockstore"
exchange "github.com/jbenet/go-ipfs/exchange"
tn "github.com/jbenet/go-ipfs/exchange/bitswap/testnet"
peer "github.com/jbenet/go-ipfs/peer"
......@@ -286,7 +285,7 @@ func (g *SessionGenerator) Instances(n int) []instance {
type instance struct {
peer peer.Peer
exchange exchange.Interface
blockstore bstore.Blockstore
blockstore blockstore.Blockstore
}
// session creates a test bitswap session.
......
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