From 3de21534fa234d2eb3acebe9b35b248d03c45f43 Mon Sep 17 00:00:00 2001 From: Jesse Eisenberg Date: Thu, 23 Nov 2023 10:08:56 +0100 Subject: [PATCH] Update docs/Ordinal.md Co-authored-by: Thibaut Le Guilly --- docs/Ordinal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Ordinal.md b/docs/Ordinal.md index ecd55ae7..b58bf4a3 100644 --- a/docs/Ordinal.md +++ b/docs/Ordinal.md @@ -16,7 +16,7 @@ In order to ensure that the ordinal gets properly assigned and not given to mine - The funding output is always set as the first one in the funding transaction, - The party getting the ordinal will always have its CET output in the first position. -### Locking an ordinal in the DLC +### Locking an ordinal in a DLC To lock an ordinal, an [`OrdDescriptor`](../dlc-manager/src/contract/ord_descriptor.rs) must be used. This descriptor contains information about the ordinal being included in the DLC (location in the blockchain and the transaction that includes is), as well as information about the event upon which the DLC is based.