Document behaviour of CWallet::SetBestChain

This commit is contained in:
Jack Grigg
2016-12-07 19:30:30 +13:00
parent 03f83b9b0d
commit d85758f5cc

View File

@@ -959,6 +959,7 @@ public:
CAmount GetCredit(const CTransaction& tx, const isminefilter& filter) const;
CAmount GetChange(const CTransaction& tx) const;
void ChainTip(const CBlockIndex *pindex, const CBlock *pblock, ZCIncrementalMerkleTree tree, bool added);
/** Saves witness caches and best block locator to disk. */
void SetBestChain(const CBlockLocator& loc);
DBErrors LoadWallet(bool& fFirstRunRet);