aboutsummaryrefslogtreecommitdiff
path: root/src/node/coin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* node: Use mempool from node context instead of globalMarcoFalke2019-12-051-3/+5
|
* refactor: pcoinsTip -> CChainState::CoinsTip()James O'Beirne2019-08-061-2/+1
| | | | | This aliasing makes subsequent commits easier to review; eventually CoinsTip() will return the CCoinsViewCache managed by CChainState.
* Remove use of CCoinsViewMemPool::GetCoin in wallet codeRussell Yanofsky2019-03-051-0/+22
This commit does not change behavior.