Skip to content

Commit

Permalink
fix_: remove logging of rpc endpoint (#6195)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin authored Dec 14, 2024
1 parent c27c773 commit 6685032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/ens/verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6685032

Please sign in to comment.