Skip to content

[fix] network sort: integer value were sorted as strings.

Moul requested to merge fix_network_sort_integer into master

numbers must be sorted as int(). It is not working with port:

|       cgeek.fr        |  10900 |
|   gtest3.elois.org    |  10900 |
|   gtest.duniter.org   |  10900 |
|                       |  30398 |
|   copper.jellium.io   |    443 |
| …st.duniter.tednet.fr |   8888 |
|  duniter.grohub.org   |   8999 |

Merge request reports