fix_: remove logging of rpc endpoint (#6194)

This commit is contained in:
Igor Sirotin 2024-12-12 13:34:51 +00:00 committed by GitHub
parent d07e61f615
commit eaf937aefb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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