We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8784e16 commit f71dc30Copy full SHA for f71dc30
C/include/simplicity/elements/env.h
@@ -34,8 +34,8 @@ typedef struct rawOutput {
34
rawBuffer rangeProof;
35
} rawOutput;
36
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.
+/* A structure representing data for one input from an Elements transaction, including its taproot annex,
+ * plus the TXO data of the output being redeemed.
39
*
40
* Invariant: unsigned char prevTxid[32];
41
* unsigned char pegin[32] or pegin == NULL;
0 commit comments