1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 01:12:24 +08:00

update dht tests to new network interface

This commit is contained in:
Jeromy
2014-10-10 14:52:59 -07:00
parent bb84c232e1
commit da95db3b0c

View File

@ -88,6 +88,10 @@ func (f *fauxNet) SendMessage(msg.NetMessage) error {
return nil return nil
} }
func (f *fauxNet) GetPeerList() []*peer.Peer {
return nil
}
// Close terminates all network operation // Close terminates all network operation
func (f *fauxNet) Close() error { return nil } func (f *fauxNet) Close() error { return nil }