Restore ensName -> name on contact json
This commit is contained in:
parent
50ec6f97e0
commit
23b6883166
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue