mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 23:07:59 +01:00
[doc] TxOrphanage is no longer thread-safe
This commit is contained in:
parent
6f49548670
commit
7cc5ac5a67
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue