mafintosh / discovery-swarm

A network swarm that uses discovery-channel to find peers
MIT License
375 stars 57 forks source link

Removed dependency on buffer-equals as it has been deprecated. #55

Closed martinheidegger closed 5 years ago

martinheidegger commented 5 years ago

buffer-equals has been deprecated with the reference to use Buffer.equals instead. This PR does just that.