mirror of
https://github.com/monero-project/monero.git
synced 2025-08-14 13:25:35 -04:00
daemon: display peer address type in print_cn
This commit is contained in:
parent
5fbfa8a656
commit
2aa11341fc
4 changed files with 21 additions and 0 deletions
|
@ -83,6 +83,8 @@ namespace cryptonote
|
|||
|
||||
uint32_t pruning_seed;
|
||||
|
||||
uint8_t address_type;
|
||||
|
||||
BEGIN_KV_SERIALIZE_MAP()
|
||||
KV_SERIALIZE(incoming)
|
||||
KV_SERIALIZE(localhost)
|
||||
|
@ -107,6 +109,7 @@ namespace cryptonote
|
|||
KV_SERIALIZE(connection_id)
|
||||
KV_SERIALIZE(height)
|
||||
KV_SERIALIZE(pruning_seed)
|
||||
KV_SERIALIZE(address_type)
|
||||
END_KV_SERIALIZE_MAP()
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue