### Current behaviour
<img width="1057" height="520" alt="Image" src="https://g…ithub.com/user-attachments/assets/cb0fe02a-54d8-41ec-a227-195467f2b68b" />
### Expected behaviour
'Type' column should not be empty. Inbound connections should have the type mentioned in peers tab.
### Steps to reproduce
Run a tor only listening node and wait for some incoming connections.
### Relevant log output
```
{
"id": 39,
"addr": "127.0.0.1:58018",
"addrbind": "127.0.0.1:8334",
"network": "onion",
"services": "0000000000000000",
"servicesnames": [
],
"relaytxes": false,
"lastsend": 1760473753,
"lastrecv": 1760473753,
"last_transaction": 0,
"last_block": 0,
"last_block_announcement": 0,
"bytessent": 688,
"bytesrecv": 520,
"cpu_load": 0.03338675213675214,
"conntime": 1760472911,
"timeoffset": 0,
"pingtime": 0.274755,
"minping": 0.274755,
"version": 70016,
"subver": "",
"inbound": true,
"bip152_hb_to": false,
"bip152_hb_from": false,
"startingheight": 0,
"presynced_headers": -1,
"synced_headers": -1,
"synced_blocks": -1,
"inflight": [
],
"addr_relay_enabled": false,
"addr_processed": 0,
"addr_rate_limited": 0,
"permissions": [
],
"forced_inbound": false,
"minfeefilter": 0.00000000,
"bytessent_per_msg": {
"inv": 122,
"ping": 256,
"pong": 64,
"sendaddrv2": 24,
"sendcmpct": 33,
"verack": 24,
"version": 141,
"wtxidrelay": 24
},
"bytesrecv_per_msg": {
"ping": 64,
"pong": 256,
"sendaddrv2": 24,
"verack": 24,
"version": 152
},
"connection_type": "inbound",
"transport_protocol_type": "v1",
"session_id": "",
"misbehavior_score": 0
}
```
```
{
"id": 7,
"addr": "127.0.0.1:51435",
"addrbind": "127.0.0.1:8334",
"network": "onion",
"services": "0000000000000c09",
"servicesnames": [
"NETWORK",
"WITNESS",
"NETWORK_LIMITED",
"P2P_V2"
],
"relaytxes": true,
"lastsend": 1760473837,
"lastrecv": 1760473772,
"last_transaction": 0,
"last_block": 0,
"last_block_announcement": 0,
"bytessent": 674811,
"bytesrecv": 2939,
"cpu_load": 0.06376181271477663,
"conntime": 1760469191,
"timeoffset": -1,
"pingtime": 0.781859,
"minping": 0.781859,
"version": 70016,
"subver": "/dsn.kastel.kit.edu/bitcoin:28.0.0/",
"inbound": true,
"bip152_hb_to": false,
"bip152_hb_from": false,
"startingheight": -1,
"presynced_headers": -1,
"synced_headers": -1,
"synced_blocks": -1,
"inflight": [
],
"addr_relay_enabled": true,
"addr_processed": 0,
"addr_rate_limited": 0,
"permissions": [
],
"forced_inbound": false,
"minfeefilter": 0.00000000,
"bytessent_per_msg": {
"addrv2": 27997,
"getheaders": 1050,
"inv": 642646,
"ping": 1131,
"pong": 1131,
"sendaddrv2": 33,
"sendcmpct": 30,
"verack": 33,
"version": 150,
"wtxidrelay": 33
},
"bytesrecv_per_msg": {
"getaddr": 33,
"ping": 1131,
"pong": 1131,
"sendaddrv2": 33,
"sendcmpct": 30,
"verack": 33,
"version": 154
},
"connection_type": "inbound",
"transport_protocol_type": "v2",
"session_id": "5574a1034aa4d4d5bab581ff0ddd577861b425e183d5410ffa3edc3d6c9064e6",
"misbehavior_score": 0
}
```
### How did you obtain Bitcoin Knots
Pre-built binaries
### What version of Bitcoin Knots are you using?
v29.2
### Operating system and version
Windows 11