diff --git a/damus/Nostr/RelayPool.swift b/damus/Nostr/RelayPool.swift index a2a03a5e..f697f791 100644 --- a/damus/Nostr/RelayPool.swift +++ b/damus/Nostr/RelayPool.swift @@ -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)") } }