mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 15:32:24 +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