diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-03-26 16:44:50 +0100 |
|---|---|---|
| committer | Alex Morcos <[email protected]> | 2017-01-23 15:43:22 -0500 |
| commit | ff25c32392596883c13623eed6018fabb7877ed7 (patch) | |
| tree | faf5e8691f9c93c2a173961a969b3e420bf7ae39 /src/net.cpp | |
| parent | Merge #9596: [bugfix] save feeDelta instead of priorityDelta in DumpMempool (diff) | |
| download | discoin-ff25c32392596883c13623eed6018fabb7877ed7.tar.xz discoin-ff25c32392596883c13623eed6018fabb7877ed7.zip | |
mempool: add notification for added/removed entries
Add notification signals to make it possible to subscribe to mempool
changes:
- NotifyEntryAdded(CTransactionRef)>
- NotifyEntryRemoved(CTransactionRef, MemPoolRemovalReason)>
Also add a mempool removal reason enumeration, which is passed to the
removed notification based on why the transaction was removed from
the mempool.
Diffstat (limited to 'src/net.cpp')
0 files changed, 0 insertions, 0 deletions