mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01:00
[doc] TxOrphanage is no longer thread-safe
This commit is contained in:
parent
6f49548670
commit
7cc5ac5a67
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user