Skip to content

Commit 5d10ff9

Browse files
committed
lint: fix typo in tx-format doc
1 parent 661c6c7 commit 5d10ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/elements-tx-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ SegWit transactions have one such witness for each input.
104104
| Script Witness | Yes | Varies | `Vector<hex>` | | The vector represents the witness stack.<br>Can be empty (length of 0). |
105105
| Peg-in Witness | Yes | Varies | `Vector<hex>` | | The vector represents the witness stack.<br>Can be empty (length of 0). |
106106

107-
The range proofs must be empty if their asociated amounts (issuance / inflation keys) are explicit.
107+
The range proofs must be empty if their associated amounts (issuance / inflation keys) are explicit.
108108
Refer [here](https://elementsproject.org/features/confidential-transactions/investigation) for more details on range proofs.
109109

110110
A non-empty peg-in witness stack should always have a length of 6, and the items should be interpreted as follows:

0 commit comments

Comments
 (0)