Skip to content

Commit 7cc5ac5

Browse files
committed
[doc] TxOrphanage is no longer thread-safe
1 parent 6f49548 commit 7cc5ac5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/txorphanage.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* Since we cannot distinguish orphans from bad transactions with
1919
* non-existent inputs, we heavily limit the number of orphans
2020
* we keep and the duration we keep them for.
21+
* Not thread-safe. Requires external synchronization.
2122
*/
2223
class TxOrphanage {
2324
public:

0 commit comments

Comments
 (0)