mirror of
https://github.com/logos-messaging/logos-delivery-go.git
synced 2026-07-23 21:33:18 +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