From faa1e0fb1712b1f94334e42794163f79988270fd Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 26 Jun 2019 16:42:33 -0400 Subject: qt: test: Create at most one testing setup --- src/test/setup_common.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/test') diff --git a/src/test/setup_common.cpp b/src/test/setup_common.cpp index e3ba9cddb0..24c7d51898 100644 --- a/src/test/setup_common.cpp +++ b/src/test/setup_common.cpp @@ -73,7 +73,6 @@ TestingSetup::TestingSetup(const std::string& chainName) : BasicTestingSetup(cha const CChainParams& chainparams = Params(); // Ideally we'd move all the RPC tests to the functional testing framework // instead of unit tests, but for now we need these here. - RegisterAllCoreRPCCommands(tableRPC); // We have to run a scheduler thread to prevent ActivateBestChain -- cgit v1.2.3