aboutsummaryrefslogtreecommitdiff
path: root/src/txdb.h
diff options
context:
space:
mode:
authorJim Posen <jim.posen@gmail.com>2018-05-15 17:52:09 -0700
committerJim Posen <jim.posen@gmail.com>2018-06-04 19:22:20 -0700
commit9b0ec1a7f9ffae816fd5ca32ff7e7559640b6f6d (patch)
tree0de6ce97a2f073afd51dc86b7765da03ca86f1c1 /src/txdb.h
parent0de7cc848e07d942e09bb3bb60189985e53d2bb5 (diff)
downloadbitcoin-9b0ec1a7f9ffae816fd5ca32ff7e7559640b6f6d.tar.xz
db: Remove obsolete methods from CBlockTreeDB.
Diffstat (limited to 'src/txdb.h')
-rw-r--r--src/txdb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/txdb.h b/src/txdb.h
index 4193f98de1..3c509373f4 100644
--- a/src/txdb.h
+++ b/src/txdb.h
@@ -118,8 +118,6 @@ public:
bool ReadLastBlockFile(int &nFile);
bool WriteReindexing(bool fReindexing);
bool ReadReindexing(bool &fReindexing);
- bool ReadTxIndex(const uint256 &txid, CDiskTxPos &pos);
- bool WriteTxIndex(const std::vector<std::pair<uint256, CDiskTxPos> > &vect);
bool WriteFlag(const std::string &name, bool fValue);
bool ReadFlag(const std::string &name, bool &fValue);
bool LoadBlockIndexGuts(const Consensus::Params& consensusParams, std::function<CBlockIndex*(const uint256&)> insertBlockIndex);