p2panda / aquadoggo

Node for the p2panda network handling validation, storage, aggregation and replication
GNU Affero General Public License v3.0
69 stars 5 forks source link

`Human` impl on `Peer` does not support printing `ConnectionId`s higher than 9 #633

Closed sandreae closed 2 months ago

sandreae commented 2 months ago

https://github.com/p2panda/aquadoggo/blob/35303b16f32be806df2e2385cdf9550946303c2e/aquadoggo/src/network/peers/peer.rs#L59-L65

The above impl only prints the first digit when connection id is 2 or more digits long.