Skip to content

Commit

Permalink
fixup! Add txgraph module
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaftuar committed Apr 26, 2024
1 parent 0d73044 commit 03f9fc9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/txgraph_tests.cpp
Expand Up @@ -399,6 +399,11 @@ BOOST_AUTO_TEST_CASE(TxGraphTest)
}
txgraph.Check(limits);
}

for (auto txentry : all_entries) {
delete txentry;
}
all_entries.clear();
}

BOOST_AUTO_TEST_SUITE_END()

0 comments on commit 03f9fc9

Please sign in to comment.