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 6f49548 commit 7cc5ac5Copy full SHA for 7cc5ac5
src/txorphanage.h
@@ -18,6 +18,7 @@
18
* Since we cannot distinguish orphans from bad transactions with
19
* non-existent inputs, we heavily limit the number of orphans
20
* we keep and the duration we keep them for.
21
+ * Not thread-safe. Requires external synchronization.
22
*/
23
class TxOrphanage {
24
public:
0 commit comments