wallet-utility: extract addresses and private keys

usage: ./wallet-utility -datadir=<directory>
help: ./wallet-utility -h
This commit is contained in:
Chethan Krishna
2016-06-30 18:00:50 -04:00
parent e0d02ff20f
commit 31f56e2f5d
9 changed files with 448 additions and 3 deletions

View File

@@ -92,7 +92,8 @@ if ENABLE_WALLET
BITCOIN_TESTS += \
test/accounting_tests.cpp \
wallet/test/wallet_tests.cpp \
test/rpc_wallet_tests.cpp
test/rpc_wallet_tests.cpp \
test/walletutil_tests.cpp
endif
test_test_bitcoin_SOURCES = $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES)