mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-09-27 06:28:06 +00:00
Bot review on PR #1852 (munger, MAJOR-adjacent→MINOR): "bounded by the 1-byte channel hash space" only holds for encrypted channels (256 enc_%02x buckets) — plain-text CHAN channels use a free-form name string (ingestor/db.go), so the bound isn't as hard as the comment claimed. Correctness of the uncap itself is unaffected; this is a doc-only fix.