From 45e7111ddaab568cd3e7eb883e90399a741bad55 Mon Sep 17 00:00:00 2001 From: orignal Date: Sat, 2 Jan 2016 17:23:20 -0500 Subject: [PATCH] publish stats for floodfill --- NetDb.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/NetDb.cpp b/NetDb.cpp index 961450e1..cc50bbc2 100644 --- a/NetDb.cpp +++ b/NetDb.cpp @@ -781,6 +781,7 @@ namespace data void NetDb::Publish () { + i2p::context.UpdateStats (); // for floodfill std::set excluded; // TODO: fill up later for (int i = 0; i < 2; i++) {