Update account_escrows.py

This commit is contained in:
Obiajulu
2022-10-17 21:39:55 -07:00
committed by GitHub
parent 3c0136cee4
commit c58c1a8a57

View File

@@ -44,6 +44,6 @@ for escrow in escrows:
# Add lists to escrow dict # Add lists to escrow dict
all_escrows_dict["sent"] = sent_escrows all_escrows_dict["sent"] = sent_escrows
all_escrow_dict["received"] = received_escrows all_escrows_dict["received"] = received_escrows
print(all_escrow_dict) print(all_escrows_dict)