diff --git a/doc/taproot-sighash.mediawiki b/doc/taproot-sighash.mediawiki index 92083e63ff..c5e055d111 100644 --- a/doc/taproot-sighash.mediawiki +++ b/doc/taproot-sighash.mediawiki @@ -61,5 +61,5 @@ If the parameters take acceptable values, the message is the concatenation of th *** ''sha_single_output'' (32): the SHA256 of the corresponding output in CTxOut format. *** '''''NEW''''' ''sha_single_output_witness'' (32): the SHA256 of the serialization of the corresponding output witnesses (rangeproof and surjection proof) in CTxOutWitness format. -The total length of ''SigMsg()'' is ''443'' bytes for ANYONECANPAY sighashes, ''366'' bytes for non-ANYONECANPAY sighashes, and both numbers are reduced by 64 bytes for SIGHASH_NONE sighashes. Note that this does not include the size of sub-hashes such as ''sha_prevouts'', which may be cached across signatures of the same transaction. +The total length of ''SigMsg()'' is ''257--442'' bytes for ANYONECANPAY sighashes, ''366'' bytes for non-ANYONECANPAY sighashes, and both numbers are reduced by 64 bytes for SIGHASH_NONE sighashes, and increased by 32 bytes if an annex is present. Note that this does not include the size of sub-hashes such as ''sha_prevouts'', which may be cached across signatures of the same transaction.