vacp2p / mvds

Minimal Viable Data Sync Implementation
https://specs.vac.dev/specs/mvds.html
MIT License
13 stars 3 forks source link

enhancement/remove-double-check #79

Closed decanus closed 4 years ago

decanus commented 4 years ago

GetByGroupID should only return peers that are in the group, hence this check is redundant. This was an overflow of when we had the ability to not share with peers who are in a group, this currently is not the case therefore better to remove this check.