mirror of
https://github.com/monero-project/monero.git
synced 2025-07-26 09:25:25 -04:00
Add server auth to monerod, and client auth to wallet-cli and wallet-rpc
This commit is contained in:
parent
e56bf442c3
commit
ce7fcbb4ae
38 changed files with 495 additions and 189 deletions
|
@ -362,7 +362,7 @@ namespace
|
|||
|
||||
server_parameters best{};
|
||||
|
||||
const std::list<field>& fields = response.m_additional_fields;
|
||||
const std::list<field>& fields = response.m_header_info.m_etc_fields;
|
||||
auto current = fields.begin();
|
||||
const auto end = fields.end();
|
||||
while (true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue