Skip to content

Commit aa30e4b

Browse files
committed
Merge #13824: doc: Remove outdated net comment
fa36502 doc: Remove outdated net comment (MarcoFalke) Pull request description: `mapAddresses` and the corresponding "critsect" has been removed in 5fee401 more than 6 years ago. Now is probably a good time to remove this confusing comment. Tree-SHA512: 498a403d5703da395c18a7ebb776aa6e693e59fe43a839fefd261e0a5af58621763813979d4cfbd8d1728ce73b325b82002e393cde79bdbff33e0fbf68ab6747
2 parents c1cba35 + fa36502 commit aa30e4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/net.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,6 @@ void CConnman::ThreadOpenConnections(const std::vector<std::string> connect)
17981798
CAddress addrConnect;
17991799

18001800
// Only connect out to one peer per network group (/16 for IPv4).
1801-
// Do this here so we don't have to critsect vNodes inside mapAddresses critsect.
18021801
int nOutbound = 0;
18031802
std::set<std::vector<unsigned char> > setConnected;
18041803
{

0 commit comments

Comments
 (0)