container.go used fmt.Errorf for all error construction, violating the AX banned-imports rule. Replaced with ErrInternal().WithCause() using the package's own error primitives, consistent with the rest of pkg/mining. Co-Authored-By: Charon <charon@lethean.io> |
||
|---|---|---|
| .. | ||
| database | ||
| logging | ||
| mining | ||
| node | ||
| ueps | ||