fix for unl_add

This commit is contained in:
jed
2012-06-13 10:50:02 -07:00
parent e6464e2832
commit f1277325ff
4 changed files with 23 additions and 9 deletions

View File

@@ -688,6 +688,7 @@ void Peer::recvGetContacts(newcoin::TMGetContacts& packet)
// return a list of your favorite people
// TODO: filter out all the LAN peers
// TODO: filter out the peer you are talking to
void Peer::recvGetPeers(newcoin::TMGetPeers& packet)
{
std::vector<std::string> addrs;