Add an interface to get the queue depth out of CValidationInterface

This commit is contained in:
Matt Corallo
2017-12-04 18:31:36 -05:00
parent a99b76f269
commit 5a933cefcc
4 changed files with 14 additions and 0 deletions

View File

@@ -131,6 +131,8 @@ public:
/** Call any remaining callbacks on the calling thread */
void FlushBackgroundCallbacks();
size_t CallbacksPending();
/** Register with mempool to call TransactionRemovedFromMempool callbacks */
void RegisterWithMempoolSignals(CTxMemPool& pool);
/** Unregister with mempool */