Change PreviousTxnID to PreviousTxnLgrSeq

This commit is contained in:
ddawson
2023-10-23 13:09:05 -07:00
parent f46ec100ac
commit 213c1846f6

View File

@@ -118,7 +118,7 @@ If you forget to save the sequence number, you can find it in the escrow transac
2. Click **Get Escrows** to get the escrow information. 2. Click **Get Escrows** to get the escrow information.
3. Copy the _PreviousTxnLgrSeq_ value from the results. 3. Copy the _PreviousTxnLgrSeq_ value from the results.
![Transaction ID in Get Escrows results](img/quickstart-py-conditional-escrow-6.png) ![Transaction ID in Get Escrows results](img/quickstart-py-conditional-escrow-6.png)
4. Paste the _PreviousTxnID_ in the **Transaction to Look Up** field. 4. Paste the _PreviousTxnLgrSeq_ in the **Transaction to Look Up** field.
![Transaction to Look Up field](img/quickstart-py-conditional-escrow-7.png) ![Transaction to Look Up field](img/quickstart-py-conditional-escrow-7.png)
5. Click **Get Transaction**. 5. Click **Get Transaction**.
6. Locate the _Sequence_ value in the results. 6. Locate the _Sequence_ value in the results.