Merge bitcoin/bitcoin#35943: doc: fix dead link in txrequest.h
What changed, and why it matters
This commit only fixes a broken web link in a code comment. It replaces an outdated URL to a research paper with a working URL to the same paper. There is no change to program logic, no security fix, and no vulnerability.
No security action needed. Treat as a routine documentation maintenance merge.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The patch updates a single URL inside a documentation comment in src/txrequest.h. The old link (allquantor.at/blockchainbib/pdf/miller2015topology.pdf) is dead; the new link (cs.umd.edu/projects/coinscope/coinscope.pdf) points to the same Miller et al. 2015 paper. No executable code was modified.
Changed components
src/txrequest.h (documentation comment only)Inspect captured patch +1 / −1
### src/txrequest.h
@@ -56,7 +56,7 @@
* cap on the number of tracked announcements per peer. As failed requests in response to announcements
* from honest peers should be rare, this almost solely hinders attackers.
* Transaction censoring attacks can be done by announcing transactions quickly while not answering
- * requests for them. See https://allquantor.at/blockchainbib/pdf/miller2015topology.pdf for more
+ * requests for them. See https://www.cs.umd.edu/projects/coinscope/coinscope.pdf for more
* information.
*
* - Transactions are not requested from a peer until its reqtime has passed.Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.