Move ismine to wallet module

This commit is contained in:
Andrew Chow
2019-06-06 09:53:16 +02:00
parent 413e438ea9
commit 7c611e2000
13 changed files with 395 additions and 376 deletions

View File

@@ -167,7 +167,8 @@ BITCOIN_TESTS += \
wallet/test/wallet_tests.cpp \
wallet/test/wallet_crypto_tests.cpp \
wallet/test/coinselector_tests.cpp \
wallet/test/init_tests.cpp
wallet/test/init_tests.cpp \
wallet/test/ismine_tests.cpp
BITCOIN_TEST_SUITE += \
wallet/test/wallet_test_fixture.cpp \