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/test | |
parent | 7400135b7918df9c34206bead744c496e07b0e78 (diff) |
qt: test: Create at most one testing setup
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/setup_common.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 |