Missed serializing a get_connections RPC response parameter
This commit is contained in:
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…
Reference in New Issue