mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 05:52:20 +08:00
ensure sending of wantlist to friendly peers
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
package bitswap
|
||||
package bitswap_test
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
@ -7,6 +7,7 @@ import (
|
||||
"time"
|
||||
|
||||
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context"
|
||||
. "github.com/jbenet/go-ipfs/exchange/bitswap"
|
||||
|
||||
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"
|
||||
|
Reference in New Issue
Block a user