nuts-foundation / nuts-discovery

Discovery service by the Nuts foundation for bootstrapping the network
GNU General Public License v3.0
2 stars 1 forks source link

Investigate nodeInfo downloads #12

Closed woutslakhorst closed 5 years ago

woutslakhorst commented 5 years ago

"nodeInfo is newer than local"

woutslakhorst commented 5 years ago

This was probably due to the duplicate hashes, in the NetworkMapClient a List is compared to a Set.... it then concludes that newer nodes are available.....

SInce the discovery service is now using a Set instead of a List of nodes, this will no longer occur.