From 5cb5c16c2fe8b7cb744ff287296a6b1cf40a9535 Mon Sep 17 00:00:00 2001 From: ddawson Date: Mon, 23 Oct 2023 11:25:38 -0700 Subject: [PATCH] Add link to revised video. --- .../quickstart/py-create-conditional-escrows.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/content/tutorials/quickstart/py-create-conditional-escrows.md b/content/tutorials/quickstart/py-create-conditional-escrows.md index 5c6fbfce0d..9763f8cf0d 100644 --- a/content/tutorials/quickstart/py-create-conditional-escrows.md +++ b/content/tutorials/quickstart/py-create-conditional-escrows.md @@ -28,14 +28,12 @@ Download and expand the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-p In a terminal window, install the `cryptoconditions` module with this command: ```bash -pip install cryptoconditions` +pip install cryptoconditions ``` ## Usage -### Create Conditional Escrow - -You create a condition-based escrow using a fulfillment code associated with a condition code. +### Get Test Accounts To get test accounts: @@ -65,10 +63,10 @@ Click **Get Condition** to generate a condition/fulfillment pair and populate th ### Create Conditional Escrow:
- +
-When you create a conditional escrow, you need to specify the `Condition` value you generated above. You can also set a cancel date and time, after which the escrow is no longer available. +When you create a conditional escrow, you need to specify the `Condition` value you generated above. You must also set a cancel date and time, after which the escrow is no longer available. To create a conditional escrow: