We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772928a commit ca2e4baCopy full SHA for ca2e4ba
src/validationinterface.cpp
@@ -9,6 +9,7 @@
9
#include <consensus/validation.h>
10
#include <kernel/chain.h>
11
#include <kernel/mempool_entry.h>
12
+#include <kernel/mempool_removal_reason.h>
13
#include <logging.h>
14
#include <primitives/block.h>
15
#include <primitives/transaction.h>
@@ -19,8 +20,6 @@
19
20
#include <unordered_map>
21
#include <utility>
22
-std::string RemovalReasonToString(const MemPoolRemovalReason& r) noexcept;
23
-
24
/**
25
* ValidationSignalsImpl manages a list of shared_ptr<CValidationInterface> callbacks.
26
*
0 commit comments