diff options
author | Ilya Kitaev <mbg033@gmail.com> | 2016-06-03 14:52:58 +0300 |
---|---|---|
committer | Ilya Kitaev <mbg033@gmail.com> | 2016-06-03 14:52:58 +0300 |
commit | 2facbe77e485e8a824a08d862aa63f3f179480e9 (patch) | |
tree | 381d6c0411c4242c3e602fc16fe77472a2e1ea00 /tests/libwallet_api_tests/scripts/create_wallets.sh | |
parent | scripts for faster test wallets generation (diff) | |
download | monero-2facbe77e485e8a824a08d862aa63f3f179480e9.tar.xz |
Wallet API : WalletManager::findWallets() added
Diffstat (limited to 'tests/libwallet_api_tests/scripts/create_wallets.sh')
-rwxr-xr-x | tests/libwallet_api_tests/scripts/create_wallets.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libwallet_api_tests/scripts/create_wallets.sh b/tests/libwallet_api_tests/scripts/create_wallets.sh index fd3db838c..6abad84f9 100755 --- a/tests/libwallet_api_tests/scripts/create_wallets.sh +++ b/tests/libwallet_api_tests/scripts/create_wallets.sh @@ -10,7 +10,7 @@ function create_wallet { create_wallet wallet_01.bin create_wallet wallet_02.bin create_wallet wallet_03.bin -#create_wallet wallet_04.bin +create_wallet wallet_04.bin create_wallet wallet_05.bin create_wallet wallet_06.bin |