Consistency in error CodespaceType #3940
Labels
good first issue
Type: Code Hygiene
General cleanup and restructuring of code to provide clarity, flexibility, and modularity.
I found that the
CodespaceType
used in errors are not consistent in different modules. All modules are using lowercase module name butdistr
module is usingDISTR
.cosmos-sdk/x/distribution/types/errors.go
Line 11 in 0684a42
Should all
CodespaceType
just use the module name likeslashing
does?cosmos-sdk/x/slashing/errors.go
Line 13 in cff985f
The text was updated successfully, but these errors were encountered: