summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-10-27 18:23:10 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-10-27 18:23:10 -0700
commit934a575a7447bb34360e9f9f27dace971f811ce5 (patch)
tree5867614349a3714008c68f7dc06b6f2cb09f454d /node
parentfe7b429866693debe0057d81f11e527f61dfd24b (diff)
downloadinfinitytier-934a575a7447bb34360e9f9f27dace971f811ce5.tar.gz
infinitytier-934a575a7447bb34360e9f9f27dace971f811ce5.zip
Testnet seems to work a bit better now...
Diffstat (limited to 'node')
-rw-r--r--node/Node.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node/Node.cpp b/node/Node.cpp
index 07f6637b..7ca435ae 100644
--- a/node/Node.cpp
+++ b/node/Node.cpp
@@ -100,7 +100,6 @@ struct _NodeImpl
LOG("terminating: %s",reasonForTerminationStr.c_str());
renv.shutdownInProgress = true;
- Thread::sleep(500);
running = false;