From bbda40226b87ab152bc24b67a1f296857e6e465f Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Wed, 3 Sep 2014 12:20:47 +0200 Subject: net: Remove MilliSleep from StopNode I don't understand why it would be there in the first place. This looks like voodoo, not programming. --- src/net.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/net.cpp') diff --git a/src/net.cpp b/src/net.cpp index 3966706207..dbba5108da 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1791,7 +1791,6 @@ bool StopNode() if (semOutbound) for (int i=0; ipost(); - MilliSleep(50); DumpAddresses(); return true; -- cgit v1.2.3