identity.go was calling encoding/json directly (json.MarshalIndent, json.Unmarshal) despite the package already defining MarshalJSON and UnmarshalJSON in bufpool.go. Switch to the wrappers and remove the direct encoding/json import from identity.go. Co-Authored-By: Charon <charon@lethean.io> |
||
|---|---|---|
| .. | ||
| database | ||
| logging | ||
| mining | ||
| node | ||
| ueps | ||