Skip to content

Commit

Permalink
Merge pull request bitcoin#4833
Browse files Browse the repository at this point in the history
bbda402 net: Remove MilliSleep from StopNode (Wladimir J. van der Laan)
  • Loading branch information
laanwj committed Sep 4, 2014
2 parents f2cc1ee + bbda402 commit 65b529b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,6 @@ bool StopNode()
if (semOutbound)
for (int i=0; i<MAX_OUTBOUND_CONNECTIONS; i++)
semOutbound->post();
MilliSleep(50);
DumpAddresses();

return true;
Expand Down

0 comments on commit 65b529b

Please sign in to comment.