Introduce MemPoolConflictRemovalTracker
commit4afbde6028708541c4da8732a1bd12fb8735fdae
authorAlex Morcos <morcos@chaincode.com>
Fri, 16 Dec 2016 16:34:39 +0000 (16 11:34 -0500)
committerAlex Morcos <morcos@chaincode.com>
Mon, 23 Jan 2017 20:43:22 +0000 (23 15:43 -0500)
treeb609405705274e9f07f9df6e419df9a78599d592
parentff25c32392596883c13623eed6018fabb7877ed7
Introduce MemPoolConflictRemovalTracker

Analogue to ConnectTrace that tracks transactions that have been removed from the mempool due to conflicts and then passes them through SyncTransaction at the end of its scope.
src/validation.cpp