mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
Use ToString instead
This commit is contained in:
parent
094b697b01
commit
afb94381a2
@ -51,7 +51,7 @@ namespace llarp
|
|||||||
util::StatusObject exitsObj{};
|
util::StatusObject exitsObj{};
|
||||||
for(const auto &item : m_ActiveExits)
|
for(const auto &item : m_ActiveExits)
|
||||||
{
|
{
|
||||||
exitsObj[item.first.ToHex()] = item.second->ExtractStatus();
|
exitsObj[item.first.ToString()] = item.second->ExtractStatus();
|
||||||
}
|
}
|
||||||
obj["exits"] = exitsObj;
|
obj["exits"] = exitsObj;
|
||||||
return obj;
|
return obj;
|
||||||
|
Loading…
Reference in New Issue
Block a user