[Move Only] Move wallet related things to src/wallet/

could once be renamed from /src/wallet to /src/legacywallet.
This commit is contained in:
Jonas Schnelli
2015-02-03 21:09:47 +01:00
parent e564e63ef0
commit 50c72f23ad
38 changed files with 53 additions and 53 deletions

View File

@@ -76,7 +76,7 @@ BITCOIN_TESTS =\
if ENABLE_WALLET
BITCOIN_TESTS += \
test/accounting_tests.cpp \
test/wallet_tests.cpp \
wallet/test/wallet_tests.cpp \
test/rpc_wallet_tests.cpp
endif