mirror of
https://github.com/monero-project/monero.git
synced 2025-08-20 10:28:12 -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
|
@ -285,6 +285,7 @@ namespace cryptonote
|
|||
|
||||
cnx.height = cntxt.m_remote_blockchain_height;
|
||||
cnx.pruning_seed = cntxt.m_pruning_seed;
|
||||
cnx.address_type = (uint8_t)cntxt.m_remote_address.get_type_id();
|
||||
|
||||
connections.push_back(cnx);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue