aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2019-06-26 11:28:07 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2019-06-26 11:28:07 +0200
commitf466c4ce846000b2f984b4759f89f3f793fa0100 (patch)
tree8782936b19d40c3cae04d356bbad7bc65e936d73 /src/qt/test
parentca80fec973f0895b3d150b5af472d778102c315d (diff)
downloadbitcoin-f466c4ce846000b2f984b4759f89f3f793fa0100.tar.xz
Add missing ECC_Stop(); in GUI rpcnestedtests.cpp
Diffstat (limited to 'src/qt/test')
-rw-r--r--src/qt/test/rpcnestedtests.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qt/test/rpcnestedtests.cpp b/src/qt/test/rpcnestedtests.cpp
index 86e5632e2c..1e40bd7209 100644
--- a/src/qt/test/rpcnestedtests.cpp
+++ b/src/qt/test/rpcnestedtests.cpp
@@ -35,7 +35,9 @@ void RPCNestedTests::rpcNestedTests()
tableRPC.appendCommand("rpcNestedTest", &vRPCCommands[0]);
//mempool.setSanityCheck(1.0);
- LogInstance().DisconnectTestLogger(); // Already started by the common test setup, so stop it to avoid interference
+ ECC_Stop(); // Already started by the common test setup, so stop it to avoid interference
+ LogInstance().DisconnectTestLogger();
+
TestingSetup test;
if (RPCIsInWarmup(nullptr)) SetRPCWarmupFinished();