aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/fuzz
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-11-24 11:09:41 +0100
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-11-24 13:11:36 +0100
commitfa971c09f24887d4848082c551d4eed98e7f4edc (patch)
tree9f296cf6f1e3373f0a57c4688f7c0f3ad810f1fe /src/wallet/test/fuzz
parent930bcfd4cd2c9f95abb4e202d78b257611e97f33 (diff)
Export assert from util/check.h
This avoids having to include both headers when assert and Assert are used at the same time.
Diffstat (limited to 'src/wallet/test/fuzz')
-rw-r--r--src/wallet/test/fuzz/notifications.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/test/fuzz/notifications.cpp b/src/wallet/test/fuzz/notifications.cpp
index abd788f96f..bd12f14a77 100644
--- a/src/wallet/test/fuzz/notifications.cpp
+++ b/src/wallet/test/fuzz/notifications.cpp
@@ -7,6 +7,7 @@
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <test/util/setup_common.h>
+#include <util/check.h>
#include <util/translation.h>
#include <wallet/context.h>
#include <wallet/receive.h>
@@ -14,7 +15,6 @@
#include <wallet/walletdb.h>
#include <wallet/walletutil.h>
-#include <cassert>
#include <cstdint>
#include <string>
#include <vector>