Skip to content

Commit 38ed58b

Browse files
committed
index: remove txindex references from base index
1 parent 1e8aa02 commit 38ed58b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index/base.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ class BaseIndex : public CValidationInterface
4040
DB(const fs::path& path, size_t n_cache_size,
4141
bool f_memory = false, bool f_wipe = false, bool f_obfuscate = false);
4242

43-
/// Read block locator of the chain that the txindex is in sync with.
43+
/// Read block locator of the chain that the index is in sync with.
4444
bool ReadBestBlock(CBlockLocator& locator) const;
4545

46-
/// Write block locator of the chain that the txindex is in sync with.
46+
/// Write block locator of the chain that the index is in sync with.
4747
void WriteBestBlock(CDBBatch& batch, const CBlockLocator& locator);
4848
};
4949

0 commit comments

Comments
 (0)