Add references to trades list
This commit is contained in:
@@ -116,6 +116,8 @@ class LocalPlatformClient(ABC):
|
||||
if dash["contact_count"] > 0:
|
||||
for contact in dash["contact_list"]:
|
||||
contact_id = contact["data"]["contact_id"]
|
||||
reference = await db.tx_to_ref(str(contact_id))
|
||||
contact["reference"] = reference
|
||||
dash_tmp[contact_id] = contact
|
||||
return dash_tmp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user