mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
Update content/_code-samples/escrow/py/account_escrows.py
Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ for escrow in escrows:
|
||||
# date when and after escrow expires if available
|
||||
escrow_data["expiry_date"] = str(ripple_time_to_datetime(escrow["CancelAfter"]))
|
||||
if "Condition" in escrow:
|
||||
# return cryptic condition if available
|
||||
# return crypto condition if available
|
||||
escrow_data["condition"] = escrow["Condition"]
|
||||
|
||||
# arrange escrows into sent and received lists
|
||||
|
||||
Reference in New Issue
Block a user