Commit b51f66d1 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

meant to call net.DialPeer

parent 0ee59e4b
......@@ -61,7 +61,7 @@ func (adapter *impl) HandleMessage(
}
func (adapter *impl) DialPeer(p *peer.Peer) error {
return adapter.DialPeer(p)
return adapter.net.DialPeer(p)
}
func (adapter *impl) SendMessage(
......
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