mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 19:37:46 +08:00
update dht tests to new network interface
This commit is contained in:
parent
bb84c232e1
commit
da95db3b0c
@ -88,6 +88,10 @@ func (f *fauxNet) SendMessage(msg.NetMessage) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (f *fauxNet) GetPeerList() []*peer.Peer {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Close terminates all network operation
|
||||
func (f *fauxNet) Close() error { return nil }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user