v1.4.3 #86
Annotations
3 errors
build:
shared/types/config/types.go#L115
var-naming: don't use underscores in Go names; const MevRelayID_Agnostic should be MevRelayIDAgnostic (revive)
|
build:
shared/services/stader/client.go#L512
importShadow: shadow of imported package 'url' (gocritic)
|
build:
shared/services/stader/client.go#L507
paramTypeCombine: func(verbose, noDeps bool, network, version, path string, dataPath string) error could be replaced with func(verbose, noDeps bool, network, version, path, dataPath string) error (gocritic)
|