mirror of
https://github.com/status-im/status-go.git
synced 2025-02-21 11:18:28 +00:00
fix_: remove logging of rpc endpoint (#6194)
This commit is contained in:
parent
d07e61f615
commit
eaf937aefb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user