summaryrefslogtreecommitdiff
path: root/bip-0341.mediawiki
diff options
context:
space:
mode:
authorkallewoof <kalle.alm@gmail.com>2023-03-24 12:45:47 +0900
committerGitHub <noreply@github.com>2023-03-24 12:45:47 +0900
commita8a0191978b451aa3a8acd8a94f3197ff2fe16e5 (patch)
treec8bd28e13026a0efbda7b2c2acbb0f7bfb68d2a0 /bip-0341.mediawiki
parent99ae9d9373b3328153452cb7e4bbccb2b8cfbb7e (diff)
parentc0148c872d886d20ea10663febf34691c91badd7 (diff)
downloadbips-a8a0191978b451aa3a8acd8a94f3197ff2fe16e5.tar.xz
Merge pull request #1433 from raphjaph/patch-1
Improve BIP-341 wording
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 8a4f1a6..392ad67 100644
--- a/bip-0341.mediawiki
+++ b/bip-0341.mediawiki
@@ -105,7 +105,7 @@ If the parameters take acceptable values, the message is the concatenation of th
** ''nLockTime'' (4): the ''nLockTime'' of the transaction.
** 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_amounts'' (32): the SHA256 of the serialization of all input amounts.
*** ''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>: