doc: fix dead link in txrequest.h

This commit is contained in:
cyb3ralbert
2026-08-10 16:02:20 +03:00
committed by GitHub
parent 1d386c250f
commit a7b0b5084a

View File

@@ -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.