aboutsummaryrefslogtreecommitdiff
path: root/src/test/util
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-05-26 10:45:31 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-05-26 17:14:23 +0200
commit1111c9ac97ca0f0afeb5df45bc0970b761c3c9ff (patch)
tree5890f003d825e8e57fade3143fc8e2a5443f54d9 /src/test/util
parent7794d9d93f2a23eb443b4a52a34c23d35ce72797 (diff)
downloadbitcoin-1111c9ac97ca0f0afeb5df45bc0970b761c3c9ff.tar.xz
fuzz: Change LIMIT_TO_MESSAGE_TYPE from a compile-time to a run-time setting
Diffstat (limited to 'src/test/util')
-rw-r--r--src/test/util/setup_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/util/setup_common.h b/src/test/util/setup_common.h
index bd5a81be45..b7429df02c 100644
--- a/src/test/util/setup_common.h
+++ b/src/test/util/setup_common.h
@@ -8,7 +8,7 @@
#include <common/args.h>
#include <key.h>
#include <node/caches.h>
-#include <node/context.h>
+#include <node/context.h> // IWYU pragma: export
#include <primitives/transaction.h>
#include <pubkey.h>
#include <random.h>