diff options
author | xiphon <xiphon@protonmail.com> | 2020-02-26 12:37:28 +0000 |
---|---|---|
committer | xiphon <xiphon@protonmail.com> | 2020-02-28 08:06:43 +0000 |
commit | 42a7a4dd320f002457843b4418314f43a70c0c8f (patch) | |
tree | 9ed6650745da931923f93ca16f12fc2043b2bda0 /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #6048 (diff) | |
download | monero-42a7a4dd320f002457843b4418314f43a70c0c8f.tar.xz |
daemon: auto public nodes - cache and prioritize most stable nodes
Diffstat (limited to '')
-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 |