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 /src/rpc/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 'src/rpc/CMakeLists.txt')
-rw-r--r-- | src/rpc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/CMakeLists.txt b/src/rpc/CMakeLists.txt index 65d88b57e..fe5e5a85b 100644 --- a/src/rpc/CMakeLists.txt +++ b/src/rpc/CMakeLists.txt @@ -35,6 +35,7 @@ set(rpc_base_sources set(rpc_sources bootstrap_daemon.cpp + bootstrap_node_selector.cpp core_rpc_server.cpp rpc_payment.cpp rpc_version_str.cpp |