Skip to content

Commit 6685032

Browse files
authored
fix_: remove logging of rpc endpoint (#6195)
1 parent c27c773 commit 6685032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/ens/verifier.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func (v *Verifier) ReverseResolve(address gethcommon.Address) (string, error) {
138138

139139
// Verify verifies that a registered ENS name matches the expected public key
140140
func (v *Verifier) verify(rpcEndpoint, contractAddress string) error {
141-
v.logger.Debug("verifying ENS Names", zap.String("endpoint", rpcEndpoint))
141+
v.logger.Debug("verifying ENS Names")
142142
verifier := v.node.NewENSVerifier(v.logger)
143143

144144
var ensDetails []enstypes.ENSDetails

0 commit comments

Comments
 (0)