mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-28 13:43:12 +02:00
[doc] TxOrphanage is no longer thread-safe
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user