0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-05 10:17:30 -05:00
bitcoin-bitcoin-core/src/wallet/test
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
..
coinselector_tests.cpp wallet: add cachable amounts for caching credit/debit values 2019-04-23 08:18:58 +09:00
db_tests.cpp scripted-diff: Rename test_bitcoin to test/setup_common 2019-04-11 10:12:36 -04:00
init_test_fixture.cpp Remove direct node->wallet calls in init.cpp 2018-11-06 11:44:40 -04:00
init_test_fixture.h scripted-diff: Rename test_bitcoin to test/setup_common 2019-04-11 10:12:36 -04:00
init_tests.cpp scripted-diff: Rename test_bitcoin to test/setup_common 2019-04-11 10:12:36 -04:00
psbt_wallet_tests.cpp scripted-diff: Rename test_bitcoin to test/setup_common 2019-04-11 10:12:36 -04:00
wallet_crypto_tests.cpp scripted-diff: Rename test_bitcoin to test/setup_common 2019-04-11 10:12:36 -04:00
wallet_test_fixture.cpp refactor: Add handleNotifications method to wallet 2019-04-17 14:20:44 -04:00
wallet_test_fixture.h scripted-diff: Rename test_bitcoin to test/setup_common 2019-04-11 10:12:36 -04:00
wallet_tests.cpp scripted-diff: replace chainActive -> ::ChainActive() 2019-05-03 15:02:54 -04:00