mirror of
https://github.com/monero-project/monero.git
synced 2026-01-16 06:42:52 -08:00
Missed serializing a get_connections RPC response parameter
This commit is contained in:
@@ -495,6 +495,7 @@ namespace cryptonote
|
||||
std::list<connection_info> connections;
|
||||
|
||||
BEGIN_KV_SERIALIZE_MAP()
|
||||
KV_SERIALIZE(status)
|
||||
KV_SERIALIZE(connections)
|
||||
END_KV_SERIALIZE_MAP()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user