mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Missed serializing a get_connections RPC response parameter
This commit is contained in:
parent
c31f6016b3
commit
ad4061002c
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue