mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
lint: fix typo in tx-format doc
This commit is contained in:
parent
661c6c7094
commit
5d10ff9f52
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ SegWit transactions have one such witness for each input.
|
|||
| Script Witness | Yes | Varies | `Vector<hex>` | | The vector represents the witness stack.<br>Can be empty (length of 0). |
|
||||
| Peg-in Witness | Yes | Varies | `Vector<hex>` | | The vector represents the witness stack.<br>Can be empty (length of 0). |
|
||||
|
||||
The range proofs must be empty if their asociated amounts (issuance / inflation keys) are explicit.
|
||||
The range proofs must be empty if their associated amounts (issuance / inflation keys) are explicit.
|
||||
Refer [here](https://elementsproject.org/features/confidential-transactions/investigation) for more details on range proofs.
|
||||
|
||||
A non-empty peg-in witness stack should always have a length of 6, and the items should be interpreted as follows:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue