Skip to content

Commit f466c4c

Browse files
committed
Add missing ECC_Stop(); in GUI rpcnestedtests.cpp
1 parent ca80fec commit f466c4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/qt/test/rpcnestedtests.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ void RPCNestedTests::rpcNestedTests()
3535
tableRPC.appendCommand("rpcNestedTest", &vRPCCommands[0]);
3636
//mempool.setSanityCheck(1.0);
3737

38-
LogInstance().DisconnectTestLogger(); // Already started by the common test setup, so stop it to avoid interference
38+
ECC_Stop(); // Already started by the common test setup, so stop it to avoid interference
39+
LogInstance().DisconnectTestLogger();
40+
3941
TestingSetup test;
4042

4143
if (RPCIsInWarmup(nullptr)) SetRPCWarmupFinished();

0 commit comments

Comments
 (0)