mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-02-23 15:23:08 +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