mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Update account_escrows.py
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user