Skip to content

Commit f71dc30

Browse files
Documentation clarification.
1 parent 8784e16 commit f71dc30

File tree

1 file changed

+2
-2
lines changed
  • C/include/simplicity/elements

1 file changed

+2
-2
lines changed

C/include/simplicity/elements/env.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ typedef struct rawOutput {
3434
rawBuffer rangeProof;
3535
} rawOutput;
3636

37-
/* A structure representing data for one input from an Elements transaction, plus the TXO data of the output being redeemed,
38-
* plus all the segwit annexes.
37+
/* A structure representing data for one input from an Elements transaction, including its taproot annex,
38+
* plus the TXO data of the output being redeemed.
3939
*
4040
* Invariant: unsigned char prevTxid[32];
4141
* unsigned char pegin[32] or pegin == NULL;

0 commit comments

Comments
 (0)