diff options
author | subtly <subtly> | 2015-07-19 17:55:43 +0800 |
---|---|---|
committer | subtly <subtly> | 2015-07-19 17:55:43 +0800 |
commit | 3b2fe59a0765c235febf8ecc4ecdcea3c50d10f5 (patch) | |
tree | 38867854d73bbb3c6662ff6de8ae030a83922f06 /TestHelper.h | |
parent | 1c78da65edf850fd138b3a10b35b2301b80bc7dd (diff) | |
download | dexon-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.h | 2 |
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; /// @} |