mirror of
https://github.com/logos-messaging/logos-delivery-go.git
synced 2026-07-26 06:43:14 +00:00
* fix: slice error for index out of bounds this commit fixes slicing `notConnectedPeers` array with 0 to a negative value of `numPeersToConnect` by first checking if `numPeersToConnect` are greater than 0