Skip to content

Commit 87caa68

Browse files
authored
Merge pull request bitcoin#96 from ajtowns/201910-annexbit
annex is bit 0 of spend_type
2 parents ae32d24 + 01e0c43 commit 87caa68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-taproot.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ As the message for signature verification, transaction digest is ''hash<sub>TapS
135135
*** <code>nSequence</code> (4): <code>nSequence</code> of this input.
136136
** If the <code>SIGHASH_ANYONECANPAY</code> flag is not set:
137137
*** <code>input_index</code> (4): index of this input in the transaction input vector. Index of the first input is 0.
138-
** If the bit-1 of <code>spend_type</code> is set:
138+
** If bit 0 of <code>spend_type</code> is set:
139139
*** <code>sha_annex</code> (32): the SHA256 of (compact_size(size of annex) || annex).
140140
* Data about this output:
141141
** If the <code>SIGHASH_SINGLE</code> flag is set:

0 commit comments

Comments
 (0)