aboutsummaryrefslogtreecommitdiff
path: root/src/index/txindex.h
diff options
context:
space:
mode:
authorstickies-v <stickies-v@protonmail.com>2022-08-31 16:43:58 +0100
committerstickies-v <stickies-v@protonmail.com>2022-09-13 19:10:41 +0100
commit200d84d5681918523d982b9ddf60d1127edcb448 (patch)
tree2e48f3415525967d344c6ab097a0aa78a4594279 /src/index/txindex.h
parent97f5b20c12ca6ccf89d7720a5d41eaf4cda1b695 (diff)
downloadbitcoin-200d84d5681918523d982b9ddf60d1127edcb448.tar.xz
refactor: use std::string for index names
Diffstat (limited to 'src/index/txindex.h')
-rw-r--r--src/index/txindex.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/index/txindex.h b/src/index/txindex.h
index be240c4582..8c1aa00033 100644
--- a/src/index/txindex.h
+++ b/src/index/txindex.h
@@ -27,8 +27,6 @@ protected:
BaseIndex::DB& GetDB() const override;
- const char* GetName() const override { return "txindex"; }
-
public:
/// Constructs the index, which becomes available to be queried.
explicit TxIndex(std::unique_ptr<interfaces::Chain> chain, size_t n_cache_size, bool f_memory = false, bool f_wipe = false);