We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8aa02 commit 38ed58bCopy full SHA for 38ed58b
src/index/base.h
@@ -40,10 +40,10 @@ class BaseIndex : public CValidationInterface
40
DB(const fs::path& path, size_t n_cache_size,
41
bool f_memory = false, bool f_wipe = false, bool f_obfuscate = false);
42
43
- /// Read block locator of the chain that the txindex is in sync with.
+ /// Read block locator of the chain that the index is in sync with.
44
bool ReadBestBlock(CBlockLocator& locator) const;
45
46
- /// Write block locator of the chain that the txindex is in sync with.
+ /// Write block locator of the chain that the index is in sync with.
47
void WriteBestBlock(CDBBatch& batch, const CBlockLocator& locator);
48
};
49
0 commit comments