Missed serializing a get_connections RPC response parameter

This commit is contained in:
Thomas Winget 2014-07-22 20:54:45 -04:00
parent c31f6016b3
commit ad4061002c

View file

@ -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()
};