mirror of
https://github.com/monero-project/monero.git
synced 2025-12-27 05:03:14 -08:00
Add server auth to monerod, and client auth to wallet-cli and wallet-rpc
This commit is contained in:
@@ -37,11 +37,11 @@ namespace daemonize {
|
||||
t_command_parser_executor::t_command_parser_executor(
|
||||
uint32_t ip
|
||||
, uint16_t port
|
||||
, const std::string &user_agent
|
||||
, const boost::optional<tools::login>& login
|
||||
, bool is_rpc
|
||||
, cryptonote::core_rpc_server* rpc_server
|
||||
)
|
||||
: m_executor(ip, port, user_agent, is_rpc, rpc_server)
|
||||
: m_executor(ip, port, login, is_rpc, rpc_server)
|
||||
{}
|
||||
|
||||
bool t_command_parser_executor::print_peer_list(const std::vector<std::string>& args)
|
||||
|
||||
Reference in New Issue
Block a user