Skip to content

Commit 4489117

Browse files
committed
doc: txrequest: point to past censorship vulnerability in tx re-request handling
1 parent 68ac954 commit 4489117

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/txrequest.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@
9292
* peers with a nonzero number of tracked announcements.
9393
* - CPU usage is generally logarithmic in the total number of tracked announcements, plus the number of
9494
* announcements affected by an operation (amortized O(1) per announcement).
95+
*
96+
* Context:
97+
* - In an earlier version of the transaction request logic it was possible for a peer to prevent us from seeing a
98+
* specific transaction. See https://bitcoincore.org/en/2024/07/03/disclose_already_asked_for.
9599
*/
96100
class TxRequestTracker {
97101
// Avoid littering this header file with implementation details.

0 commit comments

Comments
 (0)