Patrick Strateman
|
867f842f1e
|
Remove CWalletDB* parameter from CWallet::AddToWallet
|
2016-07-29 17:04:14 -07:00 |
|
Patrick Strateman
|
00f09c920c
|
Split CWallet::AddToWallet into AddToWallet and LoadToWallet.
This removes the fFromLoadWallet flag in AddToWallet. These were already
effectively two methods.
|
2016-07-29 17:04:14 -07:00 |
|
Wladimir J. van der Laan
|
f4eae2d910
|
test: Create test fixture for wallet
Removes all the `#ifdef ENABLE_WALLET` from `test_bitcoin` by
making the wallet tests use their own fixture.
|
2016-04-18 14:57:42 +02:00 |
|
Wladimir J. van der Laan
|
de39c95c24
|
test: move accounting_tests and rpc_wallet_tests to wallet/test
Move the two other wallet tests to where they belong.
|
2016-04-18 14:04:40 +02:00 |
|