Missed serializing a get_connections RPC response parameter

release-v0.4.0.1
Thomas Winget 10 years ago
parent c31f6016b3
commit ad4061002c

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

Loading…
Cancel
Save