fixing sa4006 (#13350)

This commit is contained in:
Preston Van Loon
2023-12-15 10:49:27 -06:00
committed by GitHub
parent 344e68b81b
commit db096488b0
41 changed files with 125 additions and 104 deletions

View File

@@ -176,7 +176,7 @@ func (km *Keymanager) initializeKeysCachesFromKeystore() error {
// FetchValidatingPublicKeys fetches the list of active public keys from the local account keystores.
func (_ *Keymanager) FetchValidatingPublicKeys(ctx context.Context) ([][fieldparams.BLSPubkeyLength]byte, error) {
ctx, span := trace.StartSpan(ctx, "keymanager.FetchValidatingPublicKeys")
_, span := trace.StartSpan(ctx, "keymanager.FetchValidatingPublicKeys")
defer span.End()
lock.RLock()