mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
validator client initialization cleanup (#15080)
* cleanup * fixing optimal sort order for struct * reverting clictx change based on kasey's feedback * adding in fix for old trace file flag * more cleanup for clarity * optimizing if statement check and fixing wallet open on web enable * optimizing if statement check and fixing wallet open on web enable * some more cleanup and bug fix on open wallet * reverting debug.go changes will handle in a separate PR * removing useless comment * changing useWeb to enableAPI * fixing tests and linting * manu feedback and one optimization removing auth token check * gaz
This commit is contained in:
@@ -33,7 +33,6 @@ go_library(
|
||||
"//validator:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
"//api:go_default_library",
|
||||
"//api/server/middleware:go_default_library",
|
||||
"//async/event:go_default_library",
|
||||
"//cmd:go_default_library",
|
||||
|
||||
Reference in New Issue
Block a user