aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.h
diff options
context:
space:
mode:
authorsubtly <subtly>2015-07-19 17:55:43 +0800
committersubtly <subtly>2015-07-19 17:55:43 +0800
commit3b2fe59a0765c235febf8ecc4ecdcea3c50d10f5 (patch)
tree38867854d73bbb3c6662ff6de8ae030a83922f06 /TestHelper.h
parent1c78da65edf850fd138b3a10b35b2301b80bc7dd (diff)
downloaddexon-solidity-3b2fe59a0765c235febf8ecc4ecdcea3c50d10f5.tar.gz
dexon-solidity-3b2fe59a0765c235febf8ecc4ecdcea3c50d10f5.tar.zst
dexon-solidity-3b2fe59a0765c235febf8ecc4ecdcea3c50d10f5.zip
Host: Fix guard. Fix acceptor loop when connection count exceeded. Acceptor loop exit on shutdown.
Diffstat (limited to 'TestHelper.h')
-rw-r--r--TestHelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestHelper.h b/TestHelper.h
index 42027883..4ac59e91 100644
--- a/TestHelper.h
+++ b/TestHelper.h
@@ -224,7 +224,7 @@ public:
bool inputLimits = false;
bool bigData = false;
bool wallet = false;
- bool nonetwork = true;
+ bool nonetwork = false;
bool nodag = true;
/// @}