This commit is contained in:
delimeats-ch 2021-04-01 13:46:10 -05:00
parent 80c5d386f1
commit 2bd71a9abc

View File

@ -105,7 +105,7 @@ struct ipc_peer
bool compare_ts(ipc_peer &a, ipc_peer &b) bool compare_ts(ipc_peer &a, ipc_peer &b)
{ {
return a.ts_injected < b.ts_injected; return a.ts_injected > b.ts_injected;
} }
// Re-populates party_hosts from the current or new configuration // Re-populates party_hosts from the current or new configuration