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:
Hennadii Stepanov
2022-11-16 20:16:07 +00:00
parent 3f1f5f6f1e
commit 75bbe594e5
19 changed files with 209 additions and 160 deletions

View File

@@ -7,7 +7,7 @@
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/util.h>
#include <test/fuzz/util/mempool.h>
#include <txmempool.h>
#include <txmempool_entry.h>
#include <limits>