summaryrefslogtreecommitdiff
path: root/bip-0341.mediawiki
diff options
context:
space:
mode:
authorBrandon Black <brandonblack@bitgo.com>2021-10-29 14:49:28 -0700
committerBrandon Black <brandonblack@bitgo.com>2021-11-01 07:29:05 -0700
commit736e79c938f75272717d0f3f44d985036c53f5fe (patch)
tree711190a3b0bb34a57daba4d34b9e5b9a72fdc308 /bip-0341.mediawiki
parent5b9b44cc79a8f9e6370f8f533920d68a50015390 (diff)
downloadbips-736e79c938f75272717d0f3f44d985036c53f5fe.tar.xz
BIP341: SigHash: Clarify encoding of script pub keys
Diffstat (limited to 'bip-0341.mediawiki')
-rw-r--r--bip-0341.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0341.mediawiki b/bip-0341.mediawiki
index 13767eb..e856aa5 100644
--- a/bip-0341.mediawiki
+++ b/bip-0341.mediawiki
@@ -106,7 +106,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>:
*** ''sha_prevouts'' (32): the SHA256 of the serialization of all input outpoints.
*** ''sha_amounts'' (32): the SHA256 of the serialization of all spent output amounts.
-*** ''sha_scriptpubkeys'' (32): the SHA256 of the serialization of all spent output ''scriptPubKey''s.
+*** ''sha_scriptpubkeys'' (32): the SHA256 of all spent outputs' ''scriptPubKeys'', serialized as script inside <code>CTxOut</code>.
*** ''sha_sequences'' (32): the SHA256 of the serialization of all input ''nSequence''.
** If ''hash_type & 3'' does not equal <code>SIGHASH_NONE</code> or <code>SIGHASH_SINGLE</code>:
*** ''sha_outputs'' (32): the SHA256 of the serialization of all outputs in <code>CTxOut</code> format.