Mining/pkg
Claude dfe3255abb
ax(mining): replace banned errors.New with ErrUnsupportedMiner in ttminer
Remove the banned `errors` import from ttminer.go. The single call
to errors.New is replaced with the existing ErrUnsupportedMiner
constructor from errors.go, which carries the OS name, HTTP status,
and a details note about CUDA requirements.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 16:11:30 +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): replace banned errors.New with ErrUnsupportedMiner in ttminer 2026-04-02 16:11:30 +01:00
node ax(node): replace prose comments with usage examples on debug log vars 2026-04-02 16:09:43 +01:00
ueps ax(ueps): use sharedSecret over short name secret in comment example 2026-04-02 14:23:04 +01:00