mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
taproot-sighash.mediawiki: fix ambiguity in text
This commit is contained in:
parent
a552fbf470
commit
f62c8d19d3
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ If the parameters take acceptable values, the message is the concatenation of th
|
|||
** If the ''hash_type & 0x80'' does not equal <code>SIGHASH_ANYONECANPAY</code>:
|
||||
*** '''''NEW''''' ''sha_outpoint_flags'' (32): the SHA256 of the serialization of the concatenation of one byte per input of the input's outpoint flags shifted right by 24 bits. (The byte for an pegin input would be 0x40. The byte for an issuance input would be 0x80. The byte for both a pegin and issuance would be 0xc0.)
|
||||
*** ''sha_prevouts'' (32): the SHA256 of the serialization of all input outpoints. Each prevout output index is the masked version containing outpoint flags
|
||||
*** '''''NEW''''' ''sha_asset_amounts'' (32): the SHA256 of the serialization of all output ''nAsset'' fields followed by ''nValue'' fields
|
||||
*** '''''NEW''''' ''sha_asset_amounts'' (32): the SHA256 of the serialization of ''nAsset||nValue'' for each output
|
||||
*** '''''NEW''''' ''sha_nonces'' (32): the SHA256 of the serialization of all output ''nNonce'' fields.
|
||||
*** ''sha_scriptpubkeys'' (32): the SHA256 of the serialization of all spent output ''scriptPubKey''s.
|
||||
*** ''sha_sequences'' (32): the SHA256 of the serialization of all input ''nSequence''.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue