Fix for test issue due to recently implemented RelayPool change

This commit is contained in:
cr0bar
2023-07-10 21:47:50 +01:00
committed by William Casarin
parent acb4e6d17e
commit 7a1269bd68

View File

@@ -44,7 +44,7 @@ class RelayPool {
}
if let self, path.status != self.last_network_status {
for relay in relays {
for relay in self.relays {
relay.connection.log?.add("Network state: \(path.status)")
}
}