Skip to content

Commit a8a0191

Browse files
authored
Merge pull request bitcoin#1433 from raphjaph/patch-1
Improve BIP-341 wording
2 parents 99ae9d9 + c0148c8 commit a8a0191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0341.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ If the parameters take acceptable values, the message is the concatenation of th
105105
** ''nLockTime'' (4): the ''nLockTime'' of the transaction.
106106
** If the ''hash_type & 0x80'' does not equal <code>SIGHASH_ANYONECANPAY</code>:
107107
*** ''sha_prevouts'' (32): the SHA256 of the serialization of all input outpoints.
108-
*** ''sha_amounts'' (32): the SHA256 of the serialization of all spent output amounts.
108+
*** ''sha_amounts'' (32): the SHA256 of the serialization of all input amounts.
109109
*** ''sha_scriptpubkeys'' (32): the SHA256 of all spent outputs' ''scriptPubKeys'', serialized as script inside <code>CTxOut</code>.
110110
*** ''sha_sequences'' (32): the SHA256 of the serialization of all input ''nSequence''.
111111
** If ''hash_type & 3'' does not equal <code>SIGHASH_NONE</code> or <code>SIGHASH_SINGLE</code>:

0 commit comments

Comments
 (0)