diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-08-01 11:01:48 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-08-01 15:27:23 +0200 |
commit | fa8685597e7302fc136f21b6dd3a4b187fa8e251 (patch) | |
tree | 8365d75a4d3caf8a3cae9fdf48d3e6cf76026bd6 /src/txdb.h | |
parent | fa69148a0a26c5054dbccdceeac8e117bf449275 (diff) |
index: Drop legacy -txindex check
Diffstat (limited to 'src/txdb.h')
-rw-r--r-- | src/txdb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/txdb.h b/src/txdb.h index 6405437be9..d773f01b50 100644 --- a/src/txdb.h +++ b/src/txdb.h @@ -11,7 +11,6 @@ #include <kernel/cs_main.h> #include <sync.h> #include <util/fs.h> -#include <util/result.h> #include <cstddef> #include <cstdint> @@ -105,6 +104,4 @@ public: EXCLUSIVE_LOCKS_REQUIRED(::cs_main); }; -[[nodiscard]] util::Result<void> CheckLegacyTxindex(CBlockTreeDB& block_tree_db); - #endif // BITCOIN_TXDB_H |