diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-06-26 16:42:33 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-06-27 16:47:23 -0400 |
commit | faa1e0fb1712b1f94334e42794163f79988270fd (patch) | |
tree | 8e7200434658e06054579bffceacb3fda096d1f4 /src/qt/test/rpcnestedtests.cpp | |
parent | 7400135b7918df9c34206bead744c496e07b0e78 (diff) |
qt: test: Create at most one testing setup
Diffstat (limited to 'src/qt/test/rpcnestedtests.cpp')
-rw-r--r-- | src/qt/test/rpcnestedtests.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qt/test/rpcnestedtests.cpp b/src/qt/test/rpcnestedtests.cpp index 3735f41f9d..3c2ffa6c00 100644 --- a/src/qt/test/rpcnestedtests.cpp +++ b/src/qt/test/rpcnestedtests.cpp @@ -34,9 +34,6 @@ void RPCNestedTests::rpcNestedTests() tableRPC.appendCommand("rpcNestedTest", &vRPCCommands[0]); //mempool.setSanityCheck(1.0); - ECC_Stop(); // Already started by the common test setup, so stop it to avoid interference - LogInstance().DisconnectTestLogger(); - TestingSetup test; if (RPCIsInWarmup(nullptr)) SetRPCWarmupFinished(); |