Skip to content

Commit df08c23

Browse files
committed
Precomputed hashes are note bitpay#16 in BIP341
1 parent e88a52e commit df08c23

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)