mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-11 11:51:13 +00:00
Appease Clippy
This commit is contained in:
@@ -118,7 +118,7 @@ impl NodeConnector {
|
||||
_ => (),
|
||||
}
|
||||
|
||||
self.aggregator.do_send(AddNode { rec, conn_id, node });
|
||||
self.aggregator.do_send(AddNode { node, conn_id, rec });
|
||||
} else {
|
||||
if backlog.len() >= 10 {
|
||||
backlog.remove(0);
|
||||
|
||||
Reference in New Issue
Block a user