Files
bitcoin/src
MarcoFalke 84d5a6210c Merge #13786: refactor: Avoid locking tx pool cs thrice
fa5ed4f8d2 refactor: Avoid locking tx pool cs thrice (MarcoFalke)

Pull request description:

  `addUnchecked` is (outside the tests) only called by ATMP, which already takes the tx pool read lock. So locking it twice more in both `addUnchecked` methods seems redundant.

  Similarly `CalculateMemPoolAncestors` is (beside once in the wallet) only called in contexts, where the tx pool lock is already taken. So remove the lock there as well.

Tree-SHA512: fcf603b570da0fc529fe6db8add218663eae52845510732bee0d4611263d2429d3d3c9c8ae68493d67287d13504500ed51905ccbe711eb15a0af3b019edad543
2018-07-30 16:18:23 -04:00
..
2018-06-05 02:16:24 -07:00
2018-07-20 14:24:47 -04:00
2018-07-16 16:08:24 -07:00
2018-07-16 16:08:24 -07:00
2018-05-19 11:16:00 -04:00
2018-07-12 00:48:49 +02:00