Mining/pkg/ueps
Claude 2b193cfc47
Some checks failed
Security Scan / security (push) Successful in 35s
Test / test (push) Has been cancelled
ax(ueps): fix Version field comment to use usage-example style
AX Principle 2: comments show HOW with real values, not prose descriptions.
`// 0x09 = IPv9` described the constant; `// header.Version = 0x09 // IPv9`
shows the assignment as used, matching all other UEPSHeader field comments.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 11:22:15 +01:00
..
packet.go ax(ueps): fix Version field comment to use usage-example style 2026-04-02 11:22:15 +01:00
packet_test.go ax(ueps): align verifyError variable name with idiomatic err convention 2026-04-02 11:06:48 +01:00
reader.go ax(ueps): rename tlvError to packetError for AX Principle 1 compliance 2026-04-02 11:10:44 +01:00
reader_test.go ax(ueps): remove redundant inline comment that restates the pre-function docstring 2026-04-02 11:01:18 +01:00