diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-04-04 12:59:23 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-04-04 12:59:23 -0500 |
commit | 0150a480fd108d3c04b4926a7c3e3b9a3dc59bec (patch) | |
tree | e917b158d9538c53c3d8842b52a2287833a2f82d /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #6356 (diff) | |
parent | daemon: auto public nodes - cache and prioritize most stable nodes (diff) | |
download | monero-0150a480fd108d3c04b4926a7c3e3b9a3dc59bec.tar.xz |
Merge pull request #6357
42a7a4d daemon: auto public nodes - cache and prioritize most stable nodes (xiphon)
Diffstat (limited to 'tests/unit_tests/CMakeLists.txt')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index cda25dfc9..13ac48f1f 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -34,6 +34,7 @@ set(unit_tests_sources blockchain_db.cpp block_queue.cpp block_reward.cpp + bootstrap_node_selector.cpp bulletproofs.cpp canonical_amounts.cpp chacha.cpp |