LevelDB block and coin databases
Split off CBlockTreeDB and CCoinsViewDB into txdb-*.{cpp,h} files,
implemented by either LevelDB or BDB.
Based on code from earlier commits by Mike Hearn in his leveldb
branch.
This commit is contained in:
@@ -119,6 +119,7 @@ std::string GetWarnings(std::string strFor);
|
||||
bool GetTransaction(const uint256 &hash, CTransaction &tx, uint256 &hashBlock, bool fAllowSlow = false);
|
||||
bool SetBestChain(CBlockIndex* pindexNew);
|
||||
bool ConnectBestBlock();
|
||||
CBlockIndex * InsertBlockIndex(uint256 hash);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user