Mining/pkg
Claude bec37d0a84
ax(ueps): use var declaration for header in ReadAndVerify
Replaces `header := UEPSHeader{}` with `var header UEPSHeader` for
consistency with the surrounding zero-value var declarations in the
same block — predictable, uniform pattern over mixed init styles.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 13:02:14 +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 comments with usage examples in manager.go 2026-04-02 13:00:23 +01:00
node ax(node): remove banned fmt import from protocol.go 2026-04-02 13:00:55 +01:00
ueps ax(ueps): use var declaration for header in ReadAndVerify 2026-04-02 13:02:14 +01:00