fix_: remove logging of rpc endpoint (#6195)

This commit is contained in:
Igor Sirotin 2024-12-14 23:00:25 +00:00 committed by GitHub
parent c27c773c27
commit 66850321ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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