Skip to content

Commit 30c1c6e

Browse files
committed
Merge bitcoin#24979: Precomputed hashes are note bitpay#16 in BIP341
df08c23 Precomputed hashes are note bitpay#16 in BIP341 (Gregory Sanders) Pull request description: Seems to have drifted one space ACKs for top commit: fanquake: ACK df08c23 Tree-SHA512: f0e959743f67ad4b46584f44305d27a89b52874d70091e004ec05dfd2f8c6481e9edceecb0af98f519ad3debb0c0bb26fa27f370545b6e15f366bd0af1158bab
2 parents f436bfd + df08c23 commit 30c1c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/interpreter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ bool CheckSignatureEncoding(const std::vector<unsigned char> &vchSig, unsigned i
151151
struct PrecomputedTransactionData
152152
{
153153
// BIP341 precomputed data.
154-
// These are single-SHA256, see https://github.com/bitcoin/bips/blob/master/bip-0341.mediawiki#cite_note-15.
154+
// These are single-SHA256, see https://github.com/bitcoin/bips/blob/master/bip-0341.mediawiki#cite_note-16.
155155
uint256 m_prevouts_single_hash;
156156
uint256 m_sequences_single_hash;
157157
uint256 m_outputs_single_hash;

0 commit comments

Comments
 (0)