aboutsummaryrefslogtreecommitdiff
path: root/tests/libwallet_api_tests/scripts/create_wallets.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libwallet_api_tests/scripts/create_wallets.sh')
-rwxr-xr-xtests/libwallet_api_tests/scripts/create_wallets.sh2
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 6abad84f9..e25d2c317 100755
--- a/tests/libwallet_api_tests/scripts/create_wallets.sh
+++ b/tests/libwallet_api_tests/scripts/create_wallets.sh
@@ -2,7 +2,7 @@
function create_wallet {
wallet_name=$1
- echo 0 | simplewallet --testnet --trusted-daemon --daemon-address localhost:38081 --generate-new-wallet $wallet_name --password "" --restore-height=1
+ echo 0 | monero-wallet-cli --testnet --trusted-daemon --daemon-address localhost:38081 --generate-new-wallet $wallet_name --password "" --restore-height=1
}