mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-23 13:15:49 +00:00
Update content/_code-samples/escrow/py/create_escrow.py
Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ claim_date = datetime_to_ripple_time(datetime.now() + timedelta(days=3))
|
||||
expiry_date = datetime_to_ripple_time(datetime.now() + timedelta(days=5))
|
||||
|
||||
# optional field
|
||||
# cryptic condition that must be met before escrow can be completed | see....
|
||||
# You can optionally use a Crypto Condition to allow for dynamic release of funds. For example:
|
||||
condition = "A02580205A0E9E4018BE1A6E0F51D39B483122EFDF1DDEF3A4BE83BE71522F9E8CDAB179810120" # do not use in production
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user