Restore ensName -> name on contact json

This commit is contained in:
Andrea Maria Piana 2022-03-17 17:28:42 +00:00
parent 50ec6f97e0
commit 23b6883166
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ type Contact struct {
// Ethereum address of the contact
Address string `json:"address,omitempty"`
// ENS name of contact
EnsName string `json:"ensName,omitempty"`
EnsName string `json:"name,omitempty"`
// EnsVerified whether we verified the name of the contact
ENSVerified bool `json:"ensVerified"`
// Generated username name of the contact