Merge pull request #2595 from sipa/noannloc

Don't announce to non-peer CNodes
pull/59/head
Gregory Maxwell 12 years ago
commit eef2091fe9

@ -256,7 +256,7 @@ public:
pfilter = NULL;
// Be shy and don't send version until we hear
if (!fInbound)
if (hSocket != INVALID_SOCKET && !fInbound)
PushVersion();
}

Loading…
Cancel
Save