mirror of
https://github.com/monero-project/monero.git
synced 2026-01-13 05:16:48 -08:00
Add server auth to monerod, and client auth to wallet-cli and wallet-rpc
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user