aboutsummaryrefslogtreecommitdiff
path: root/src/index/txindex.h
diff options
context:
space:
mode:
authorJim Posen <jim.posen@gmail.com>2018-05-15 17:26:49 -0700
committerJim Posen <jim.posen@gmail.com>2018-06-04 19:22:28 -0700
commit89eddcd365e9a2218648f5cc5b9f22b28023f50a (patch)
tree6aeaaec4323b1a6c846fc79e539bba4579f4d203 /src/index/txindex.h
parent2318affd27de436ddf9d866a4b82eed8ea2e738b (diff)
downloadbitcoin-89eddcd365e9a2218648f5cc5b9f22b28023f50a.tar.xz
index: Remove TxIndexDB from public interface of TxIndex.
Diffstat (limited to 'src/index/txindex.h')
-rw-r--r--src/index/txindex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index/txindex.h b/src/index/txindex.h
index fb92ad98dc..2a0c70e9d1 100644
--- a/src/index/txindex.h
+++ b/src/index/txindex.h
@@ -29,7 +29,7 @@ protected:
public:
/// Constructs the index, which becomes available to be queried.
- explicit TxIndex(std::unique_ptr<TxIndexDB> db);
+ explicit TxIndex(size_t n_cache_size, bool f_memory = false, bool f_wipe = false);
/// Look up a transaction by hash.
///