mirror of
https://github.com/status-im/status-go.git
synced 2025-02-01 17:38:36 +00:00
fix clock value
This commit is contained in:
parent
325efd01d0
commit
0217b6a439
@ -545,7 +545,7 @@ func (db sqlitePersistence) Contacts() ([]*Contact, error) {
|
||||
c.contact_request_clock,
|
||||
i.image_type,
|
||||
i.payload,
|
||||
i.clock,
|
||||
i.clock_value,
|
||||
COALESCE(c.verification_status, 0) as verification_status,
|
||||
COALESCE(t.trust_status, 0) as trust_status
|
||||
FROM contacts c
|
||||
|
Loading…
x
Reference in New Issue
Block a user