Skip to content

Commit 526e979

Browse files
JeremyRubinflack
andauthored
[BIP-119] Complete fragmented sentence
Co-authored-by: flack <[email protected]>
1 parent 9f64224 commit 526e979

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bip-0119.mediawiki

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ Where
171171

172172
bool CheckDefaultCheckTemplateVerifyHash(const std::vector<unsigned char>& hash) {
173173
// note: for anti-DoS, a real implementation *must* cache parts of this computation
174-
// to avoid quadratic hashing DoS, including
174+
// to avoid quadratic hashing DoS all variable length computations must be precomputed
175+
// including hashes of the scriptsigs, sequences, and outputs. See the section
176+
// "Denial of Service and Validation Costs" below.
175177
return GetDefaultCheckTemplateVerifyHash(current_tx, current_input_index) == uint256(hash);
176178
}
177179

0 commit comments

Comments
 (0)