From 66850321ef942ac35a7def61735b5dbe86588956 Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Sat, 14 Dec 2024 23:00:25 +0000 Subject: [PATCH] fix_: remove logging of rpc endpoint (#6195) --- protocol/ens/verifier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/ens/verifier.go b/protocol/ens/verifier.go index 9eeed7b1c..bab311f97 100644 --- a/protocol/ens/verifier.go +++ b/protocol/ens/verifier.go @@ -138,7 +138,7 @@ func (v *Verifier) ReverseResolve(address gethcommon.Address) (string, error) { // Verify verifies that a registered ENS name matches the expected public key func (v *Verifier) verify(rpcEndpoint, contractAddress string) error { - v.logger.Debug("verifying ENS Names", zap.String("endpoint", rpcEndpoint)) + v.logger.Debug("verifying ENS Names") verifier := v.node.NewENSVerifier(v.logger) var ensDetails []enstypes.ENSDetails