Update content/_code-samples/escrow/py/account_escrows.py

Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
Obiajulu
2022-09-27 23:00:19 -07:00
committed by GitHub
parent 92059622be
commit 4c26b5ae47

View File

@@ -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