From 7cc5ac5a674f31af2ac7e5b5842e1c1aeb9e6744 Mon Sep 17 00:00:00 2001 From: glozow Date: Tue, 23 Jul 2024 12:28:18 +0100 Subject: [PATCH] [doc] TxOrphanage is no longer thread-safe --- src/txorphanage.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/txorphanage.h b/src/txorphanage.h index 207b79e0094..f3f73ce0f24 100644 --- a/src/txorphanage.h +++ b/src/txorphanage.h @@ -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: