mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-04 00:12:33 +02:00
refactor: include the proper header rather than forward-declaring RemovalReasonToString
This was not in its own header when it was added, but now that it is the forward-declare makes no sense.
This commit is contained in:
parent
772928a13c
commit
ca2e4ba352
@ -9,6 +9,7 @@
|
|||||||
#include <consensus/validation.h>
|
#include <consensus/validation.h>
|
||||||
#include <kernel/chain.h>
|
#include <kernel/chain.h>
|
||||||
#include <kernel/mempool_entry.h>
|
#include <kernel/mempool_entry.h>
|
||||||
|
#include <kernel/mempool_removal_reason.h>
|
||||||
#include <logging.h>
|
#include <logging.h>
|
||||||
#include <primitives/block.h>
|
#include <primitives/block.h>
|
||||||
#include <primitives/transaction.h>
|
#include <primitives/transaction.h>
|
||||||
@ -19,8 +20,6 @@
|
|||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
std::string RemovalReasonToString(const MemPoolRemovalReason& r) noexcept;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ValidationSignalsImpl manages a list of shared_ptr<CValidationInterface> callbacks.
|
* ValidationSignalsImpl manages a list of shared_ptr<CValidationInterface> callbacks.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user