Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: Fix bug in seed stats
Alexis Sellier committed 3 years ago
commit cf80f246b387f7805dcfc806abda53d9c156725e
parent 13998dcf46026c31a8eaff1c2b52089d28644a3b
1 file changed +1 -1
modified radicle-node/src/service.rs
@@ -1299,7 +1299,7 @@ where
                            stats.connected += 1;
                        } else if self.sessions.is_disconnected(&node) {
                            seeds.insert(Seed::Disconnected(node));
-
                            stats.connected += 1;
+
                            stats.disconnected += 1;
                        }
                    }