diff options
author | xiphon <xiphon@protonmail.com> | 2021-01-19 08:50:12 +0000 |
---|---|---|
committer | xiphon <xiphon@protonmail.com> | 2021-01-21 13:45:44 +0000 |
commit | cf266d66dd14801b6d03668e7904dcde02a19327 (patch) | |
tree | 44d43024dda35835679aad89178e32a0f278da7f /src/daemon/rpc_command_executor.h | |
parent | Merge pull request #7286 (diff) | |
download | monero-cf266d66dd14801b6d03668e7904dcde02a19327.tar.xz |
bootstrap_daemon: proxy configuration support
Diffstat (limited to '')
-rw-r--r-- | src/daemon/rpc_command_executor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h index 6fb5d6903..118f04731 100644 --- a/src/daemon/rpc_command_executor.h +++ b/src/daemon/rpc_command_executor.h @@ -168,7 +168,8 @@ public: bool set_bootstrap_daemon( const std::string &address, const std::string &username, - const std::string &password); + const std::string &password, + const std::string &proxy); bool rpc_payments(); |