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 /src/rpc/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 '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 |