We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ac954 commit 4489117Copy full SHA for 4489117
src/txrequest.h
@@ -92,6 +92,10 @@
92
* peers with a nonzero number of tracked announcements.
93
* - CPU usage is generally logarithmic in the total number of tracked announcements, plus the number of
94
* 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.
99
*/
100
class TxRequestTracker {
101
// Avoid littering this header file with implementation details.
0 commit comments