koinos / koinos-p2p

The p2p microservice orchestrates the distribution of blocks and transactions between peers.
MIT License
6 stars 4 forks source link

Fix peer ID generation #73

Closed youkaicountry closed 3 years ago

youkaicountry commented 3 years ago

It now will properly produce the same ID given the same key.

Some cleanup was also done;

Resolves #66