mirror of
https://github.com/bitcoin/bips.git
synced 2025-04-10 21:29:36 +02:00
annex is bit 0 of spend_type
This commit is contained in:
parent
23c1c3ed8b
commit
feffc4e34d
@ -135,7 +135,7 @@ As the message for signature verification, transaction digest is ''hash<sub>TapS
|
||||
*** <code>nSequence</code> (4): <code>nSequence</code> of this input.
|
||||
** If the <code>SIGHASH_ANYONECANPAY</code> flag is not set:
|
||||
*** <code>input_index</code> (4): index of this input in the transaction input vector. Index of the first input is 0.
|
||||
** If the bit-1 of <code>spend_type</code> is set:
|
||||
** If bit 0 of <code>spend_type</code> is set:
|
||||
*** <code>sha_annex</code> (32): the SHA256 of (compact_size(size of annex) || annex).
|
||||
* Data about this output:
|
||||
** If the <code>SIGHASH_SINGLE</code> flag is set:
|
||||
|
Loading…
x
Reference in New Issue
Block a user