aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/core_rpc_server.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-11-29 20:05:26 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-11-29 20:07:01 +0000
commit5f2a32c15ab0eef7bf0e0a0f9cd1362a1c456a22 (patch)
treecec0e5fbf57e2a8d6283757ef977d691101dea25 /src/rpc/core_rpc_server.h
parentMerge pull request #6174 (diff)
downloadmonero-5f2a32c15ab0eef7bf0e0a0f9cd1362a1c456a22.tar.xz
daemon: run with -rpc-payment-address and --rpc-restricted-bind-port
Diffstat (limited to '')
-rw-r--r--src/rpc/core_rpc_server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rpc/core_rpc_server.h b/src/rpc/core_rpc_server.h
index 23c611470..fbcffd120 100644
--- a/src/rpc/core_rpc_server.h
+++ b/src/rpc/core_rpc_server.h
@@ -88,7 +88,8 @@ namespace cryptonote
bool init(
const boost::program_options::variables_map& vm,
const bool restricted,
- const std::string& port
+ const std::string& port,
+ bool allow_rpc_payment
);
network_type nettype() const { return m_core.get_nettype(); }