aboutsummaryrefslogtreecommitdiff
path: root/src/node/utxo_snapshot.h
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-01-25 09:46:28 +0100
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-01-25 09:56:26 +0100
commitfaba08b5b4dd5dedb457db18696de6e15839c696 (patch)
treeda3835868f9b31cff1519d44df82e5b5f9a1199a /src/node/utxo_snapshot.h
parentfa02591edff0255c5120b5acb2366542a61c251f (diff)
downloadbitcoin-faba08b5b4dd5dedb457db18696de6e15839c696.tar.xz
refactor: Remove stray cs_main redundant declaration
Diffstat (limited to 'src/node/utxo_snapshot.h')
-rw-r--r--src/node/utxo_snapshot.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/node/utxo_snapshot.h b/src/node/utxo_snapshot.h
index b5ed9ef9fe..c5c018c9e8 100644
--- a/src/node/utxo_snapshot.h
+++ b/src/node/utxo_snapshot.h
@@ -7,13 +7,16 @@
#define BITCOIN_NODE_UTXO_SNAPSHOT_H
#include <fs.h>
-#include <uint256.h>
+#include <kernel/cs_main.h>
#include <serialize.h>
-#include <validation.h>
+#include <sync.h>
+#include <uint256.h>
+#include <cstdint>
#include <optional>
+#include <string_view>
-extern RecursiveMutex cs_main;
+class Chainstate;
namespace node {
//! Metadata describing a serialized version of a UTXO set from which an