fix from copilot review + doc fix

This commit is contained in:
PacoX
2026-05-19 08:49:52 +02:00
parent 091c754584
commit 4a39a7cd46
3 changed files with 9 additions and 9 deletions
+1
View File
@@ -38,6 +38,7 @@ class PathHelper {
/// - 1: Single byte per hop (256 unique nodes)
/// - 2: Two bytes per hop (65K unique nodes)
/// - 3: Three bytes per hop (16M unique nodes)
/// - 4: Four bytes per hop (4.3G unique nodes)
static String resolvePathNames(
List<int> pathBytes,
List<Contact> allContacts,