mirror of
https://github.com/logos-messaging/logos-delivery-go.git
synced 2026-05-09 00:39:30 +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