Mining/pkg
Claude c5bb4cf632
ax(node): replace single-letter loop variables p and k with peer and key
Range variables `p` and `k` in peer_test.go require context to decode —
violates AX Principle 1 (predictable names over short names). Renamed to
`peer` and `key` so intent is self-evident without reading the loop body.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 17:03:24 +01:00
..
database ax(database): replace prose interface comments with usage examples 2026-04-02 14:22:42 +01:00
logging ax(logging): rename mu to mutex for predictable naming 2026-04-02 14:22:38 +01:00
mining ax(mining): remove banned fmt import from auth.go 2026-04-02 17:02:04 +01:00
node ax(node): replace single-letter loop variables p and k with peer and key 2026-04-02 17:03:24 +01:00
ueps ax(ueps): use sharedSecret over short name secret in comment example 2026-04-02 14:23:04 +01:00