bitcoin/src/index
James O'Beirne 631940aab2 scripted-diff: replace chainActive -> ::ChainActive()
Though at the moment ChainActive() simply references `g_chainstate.m_chain`,
doing this change now clears the way for multiple chainstate usage and allows
us to script the diff.

-BEGIN VERIFY SCRIPT-
git grep -l "chainActive" | grep -E '(h|cpp)$' | xargs sed -i '/chainActive =/b; /extern CChain& chainActive/b; s/\(::\)\{0,1\}chainActive/::ChainActive()/g'
-END VERIFY SCRIPT-
2019-05-03 15:02:54 -04:00
..
base.cpp scripted-diff: replace chainActive -> ::ChainActive() 2019-05-03 15:02:54 -04:00
base.h index: Ensure block locator is not stale after chain reorg. 2019-04-06 12:03:21 -07:00
blockfilterindex.cpp index: Access functions for global block filter indexes. 2019-04-06 12:10:55 -07:00
blockfilterindex.h index: Access functions for global block filter indexes. 2019-04-06 12:10:55 -07:00
txindex.cpp scripted-diff: replace chainActive -> ::ChainActive() 2019-05-03 15:02:54 -04:00
txindex.h index: Move index DBs into index/ directory. 2018-06-04 19:22:30 -07:00