[doc] TxOrphanage is no longer thread-safe

This commit is contained in:
glozow 2024-07-23 12:28:18 +01:00
parent 6f49548670
commit 7cc5ac5a67

View File

@ -18,6 +18,7 @@
* Since we cannot distinguish orphans from bad transactions with
* non-existent inputs, we heavily limit the number of orphans
* we keep and the duration we keep them for.
* Not thread-safe. Requires external synchronization.
*/
class TxOrphanage {
public: