From 806957f9a0cea4dfe13862bb171981084b5e1ab6 Mon Sep 17 00:00:00 2001
From: zzz
Date: Mon, 3 Jan 2022 09:51:25 -0500
Subject: [PATCH] bt spec: clarify a node ID is not a hash
---
i2p2www/pages/site/docs/applications/bittorrent.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/i2p2www/pages/site/docs/applications/bittorrent.html b/i2p2www/pages/site/docs/applications/bittorrent.html
index e338ca46..1444c8c9 100644
--- a/i2p2www/pages/site/docs/applications/bittorrent.html
+++ b/i2p2www/pages/site/docs/applications/bittorrent.html
@@ -264,8 +264,8 @@ In a response, the "values" key is a list of strings, each containing a single c
{%- endtrans %}
{% trans -%}
-Compact node info is 54 bytes (20 byte SHA1 Hash + 32 byte SHA256 Hash + 2 byte port)
-instead of 20 byte SHA1 Hash + 4 byte IP + 2 byte port.
+Compact node info is 54 bytes (20 byte Node ID + 32 byte SHA256 Hash + 2 byte port)
+instead of 20 byte Node ID + 4 byte IP + 2 byte port.
In a response, the "nodes" key is a
single byte string with concatenated compact node info.
{%- endtrans %}