version bump. add roadmap back. minor fixes

This commit is contained in:
Ethan Buchman
2018-05-15 22:42:29 -04:00
parent b1f3c11948
commit 68a0b3f95b
5 changed files with 29 additions and 4 deletions

View File

@@ -565,7 +565,7 @@ func (sw *Switch) addPeer(pc peerConn) error {
if sw.nodeKey.ID() == peerID {
addr := peerNodeInfo.NetAddress()
// remove the given address from the address book if we're added it earlier
// remove the given address from the address book if we added it earlier
sw.addrBook.RemoveAddress(addr)
// add the given address to the address book to avoid dialing ourselves