Commit 1b406994 authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub
Browse files

Merge pull request #180 from zippy/master

imports cleanup, remove dup
parents 75ba71bd db919af6
...@@ -13,7 +13,6 @@ import ( ...@@ -13,7 +13,6 @@ import (
inet "github.com/libp2p/go-libp2p-net" inet "github.com/libp2p/go-libp2p-net"
net "github.com/libp2p/go-libp2p-net" net "github.com/libp2p/go-libp2p-net"
peer "github.com/libp2p/go-libp2p-peer" peer "github.com/libp2p/go-libp2p-peer"
peerstore "github.com/libp2p/go-libp2p-peerstore"
pstore "github.com/libp2p/go-libp2p-peerstore" pstore "github.com/libp2p/go-libp2p-peerstore"
swarm "github.com/libp2p/go-libp2p-swarm" swarm "github.com/libp2p/go-libp2p-swarm"
bhost "github.com/libp2p/go-libp2p/p2p/host/basic" bhost "github.com/libp2p/go-libp2p/p2p/host/basic"
...@@ -118,7 +117,7 @@ func main() { ...@@ -118,7 +117,7 @@ func main() {
// We need to add the target to our peerstore, so we know how we can // We need to add the target to our peerstore, so we know how we can
// contact it // contact it
ha.Peerstore().AddAddr(peerid, tptmaddr, peerstore.PermanentAddrTTL) ha.Peerstore().AddAddr(peerid, tptmaddr, pstore.PermanentAddrTTL)
log.Println("opening stream") log.Println("opening stream")
// make a new stream from host B to host A // make a new stream from host B to host A
......
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