aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/rbf.cpp
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-09-30 17:55:10 +0100
committerfanquake <fanquake@gmail.com>2022-10-04 21:12:50 +0100
commiteb155692804b4278f6638c74273c1d9d35cd6ab7 (patch)
treee18e690e8004ef999269ce350b44accf73d520c5 /src/test/fuzz/rbf.cpp
parentd919e8d5742a98d7f2b957b142003166ba178d9e (diff)
downloadbitcoin-eb155692804b4278f6638c74273c1d9d35cd6ab7.tar.xz
fuzz: add util/mempool/h.cpp
Moving the mempool code (Boost) out of util.h, results in a ~10% speedup (for me) when compiling the fuzz tests.
Diffstat (limited to 'src/test/fuzz/rbf.cpp')
-rw-r--r--src/test/fuzz/rbf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/fuzz/rbf.cpp b/src/test/fuzz/rbf.cpp
index 1a06ae886e..e06e57d919 100644
--- a/src/test/fuzz/rbf.cpp
+++ b/src/test/fuzz/rbf.cpp
@@ -9,6 +9,7 @@
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
+#include <test/fuzz/util/mempool.h>
#include <test/util/setup_common.h>
#include <txmempool.h>