diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-11-28 22:31:25 -0600 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-11-28 22:31:25 -0600 |
commit | d45a4ba106f31ec4b9b1e73d1431ac211397ee08 (patch) | |
tree | 88d9736469430561c288bf4ca5675fccd074acd1 | |
parent | Merge pull request #6830 (diff) | |
parent | rpc_private_headers declaration fix (diff) | |
download | monero-d45a4ba106f31ec4b9b1e73d1431ac211397ee08.tar.xz |
Merge pull request #6849
f4b2382 rpc_private_headers declaration fix (malbit)
-rw-r--r-- | src/rpc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/CMakeLists.txt b/src/rpc/CMakeLists.txt index 19298c969..aa4102481 100644 --- a/src/rpc/CMakeLists.txt +++ b/src/rpc/CMakeLists.txt @@ -66,7 +66,7 @@ set(rpc_pub_headers zmq_pub.h) set(daemon_rpc_server_headers) -set(rpc_daemon_private_headers +set(rpc_private_headers bootstrap_daemon.h core_rpc_server.h rpc_payment.h |