Add missing ECC_Stop(); in GUI rpcnestedtests.cpp

This commit is contained in:
Jonas Schnelli 2019-06-26 11:28:07 +02:00
parent ca80fec973
commit f466c4ce84
No known key found for this signature in database
GPG key ID: 1EB776BB03C7922D

View file

@ -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();