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 | 777838407192e5d9d2e186fd831a641ef3588885 (diff) | |
| parent | f4b238271322eda703fafccea41a03625ee5a20b (diff) | |
| download | monzero-core-d45a4ba106f31ec4b9b1e73d1431ac211397ee08.tar.gz monzero-core-d45a4ba106f31ec4b9b1e73d1431ac211397ee08.tar.xz monzero-core-d45a4ba106f31ec4b9b1e73d1431ac211397ee08.zip | |
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 |
