Skip to content

Commit

Permalink
fix/cleanup qt rpcnestedtests
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 authored and codablock committed Jan 21, 2019
1 parent b970c20 commit b8d069b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/test/rpcnestedtests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ void RPCNestedTests::rpcNestedTests()
pcoinsdbview = new CCoinsViewDB(1 << 23, true);
deterministicMNManager = new CDeterministicMNManager(*evoDb);

llmq::InitLLMQSystem(*evoDb, nullptr);

pcoinsTip = new CCoinsViewCache(pcoinsdbview);
InitBlockIndex(chainparams);
{
Expand Down Expand Up @@ -157,8 +155,10 @@ void RPCNestedTests::rpcNestedTests()
#endif

delete pcoinsTip;
delete deterministicMNManager;
delete pcoinsdbview;
delete pblocktree;
delete evoDb;

boost::filesystem::remove_all(boost::filesystem::path(path));
}

0 comments on commit b8d069b

Please sign in to comment.