diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp
index 494a4e8e..7a6656dc 100644
--- a/daemon/HTTPServer.cpp
+++ b/daemon/HTTPServer.cpp
@@ -417,6 +417,15 @@ namespace http {
}
}
+ static void ShowHop(std::stringstream& s, const i2p::data::IdentityEx& ident)
+ {
+ auto identHash = ident.GetIdentHash();
+ auto router = i2p::data::netdb.FindRouter(identHash);
+ s << i2p::data::GetIdentHashAbbreviation(identHash);
+ if (router)
+ s << " " << router->GetBandwidthCap() << "";
+ }
+
static void ShowLeaseSetDestination (std::stringstream& s, std::shared_ptr dest, uint32_t token)
{
s << "Base32:
\r\n