We were having problems with nodes connecting to other nodes twice: once from the dnsSeed and once from the manually specified addrs array.
This fixes the issue because if the port was specified in one case, and not the other, the default port will be included in the hash each time, preventing duplicate connections.
We were having problems with nodes connecting to other nodes twice: once from the dnsSeed and once from the manually specified addrs array.
This fixes the issue because if the port was specified in one case, and not the other, the default port will be included in the hash each time, preventing duplicate connections.