Rename CTxMemPool::remove -> removeRecursive

This commit is contained in:
Suhas Daftuar
2015-10-19 12:43:38 -04:00
committed by lateminer
parent ff1f0ead66
commit e001fd3ea4
4 changed files with 19 additions and 23 deletions

View File

@@ -481,7 +481,7 @@ public:
bool getSpentIndex(CSpentIndexKey &key, CSpentIndexValue &value);
bool removeSpentIndex(const uint256 txhash);
void remove(const CTransaction &tx, std::list<CTransaction>& removed, bool fRecursive = false);
void removeRecursive(const CTransaction &tx, std::list<CTransaction>& removed);
void removeForReorg(const CCoinsViewCache *pcoins, unsigned int nMemPoolHeight, int flags);
void removeConflicts(const CTransaction &tx, std::list<CTransaction>& removed);
void removeForBlock(const std::vector<CTransaction>& vtx, unsigned int nBlockHeight,