diff options
| author | MarcoFalke <[email protected]> | 2019-06-26 16:42:33 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-06-27 16:47:23 -0400 |
| commit | faa1e0fb1712b1f94334e42794163f79988270fd (patch) | |
| tree | 8e7200434658e06054579bffceacb3fda096d1f4 /src/test | |
| parent | Merge #16278: tests: Remove unused includes (diff) | |
| download | discoin-faa1e0fb1712b1f94334e42794163f79988270fd.tar.xz discoin-faa1e0fb1712b1f94334e42794163f79988270fd.zip | |
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 e3ba9cddb..24c7d5189 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 |