You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The peers api endpoint only supports ordering by version currently. To be more feature complete it should support ordering by other parameters as well, i.e. height and latency.
edit: ordering by port is useless since port = app.resolveOptions("p2p").server.port.
The text was updated successfully, but these errors were encountered:
The
peers
api endpoint only supports ordering by version currently. To be more feature complete it should support ordering by other parameters as well, i.e.height
andlatency
.edit: ordering by port is useless since
port = app.resolveOptions("p2p").server.port
.The text was updated successfully, but these errors were encountered: