aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-09-22 11:55:36 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-09-22 11:56:30 +0000
commit83907f88293584b3c38490cccbc31ef17713108c (patch)
treea45b6c360ff025f70978bb638a917322cc873602
parentMerge pull request #4411 (diff)
downloadmonero-83907f88293584b3c38490cccbc31ef17713108c.tar.xz
wallet_rpc_server: fix --run-as-service on Windows
Thanks iDunk for the windows testing
-rw-r--r--src/wallet/wallet_rpc_server.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet_rpc_server.cpp b/src/wallet/wallet_rpc_server.cpp
index b9e685a11..4dc579f86 100644
--- a/src/wallet/wallet_rpc_server.cpp
+++ b/src/wallet/wallet_rpc_server.cpp
@@ -3476,6 +3476,7 @@ int main(int argc, char** argv) {
command_line::add_arg(desc_params, arg_prompt_for_password);
daemonizer::init_options(hidden_options, desc_params);
+ desc_params.add(hidden_options);
boost::optional<po::variables_map> vm;
bool should_terminate = false;