mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
refactor: Move CTxMemPoolEntry class to its own module
This change nukes the policy/fees->mempool circular dependency. Easy to review using `diff --color-moved=dimmed-zebra`.
This commit is contained in:
parent
3f1f5f6f1e
commit
75bbe594e5
19 changed files with 209 additions and 160 deletions
|
|
@ -33,6 +33,7 @@
|
|||
#include <timedata.h>
|
||||
#include <tinyformat.h>
|
||||
#include <txmempool.h>
|
||||
#include <txmempool_entry.h>
|
||||
#include <txorphanage.h>
|
||||
#include <txrequest.h>
|
||||
#include <util/check.h> // For NDEBUG compile time check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue