Mining/pkg
Claude 0ab8c0fe7d
ax(ueps): remove redundant err shadow in ReadAndVerify payload branch
The inner scope re-declared `var err error` immediately before assigning
from `io.ReadAll`, unnecessarily shadowing the `err` already in scope from
`reader.ReadByte()`.  Removing the shadow simplifies the control flow and
eliminates the redundant declaration (AX Principle 1 — names should not
introduce unnecessary cognitive overhead).

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 10:39:30 +01:00
..
database chore: migrate module path from github.com to forge.lthn.ai 2026-02-22 21:39:01 +00:00
logging feat: Add structured logging package 2025-12-31 11:18:22 +00:00
mining ax(mining): replace prose comment on ServeWs with usage example 2026-04-02 10:38:21 +01:00
node ax(node): rename d to deduplicator in NewMessageDeduplicator (AX-1) 2026-04-02 10:38:29 +01:00
ueps ax(ueps): remove redundant err shadow in ReadAndVerify payload branch 2026-04-02 10:39:30 +01:00