From a7b0b5084a4a75306a6e88481264f9e4c36a8f08 Mon Sep 17 00:00:00 2001 From: cyb3ralbert Date: Mon, 10 Aug 2026 16:02:20 +0300 Subject: [PATCH] doc: fix dead link in txrequest.h --- src/txrequest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/txrequest.h b/src/txrequest.h index 93972a88c2d..4e149379575 100644 --- a/src/txrequest.h +++ b/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.