Update account_escrows.py

This commit is contained in:
Obiajulu
2022-10-04 00:50:50 -07:00
committed by GitHub
parent 48ad8dfd42
commit ea00819ceb

View File

@@ -46,5 +46,4 @@ for escrow in escrows:
escrow_dict["sent"] = sent
escrow_dict["received"] = received
# Print escrow dict
print(escrow_dict)