diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-09-03 22:03:44 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-09-03 22:03:44 +0200 |
| commit | df63e0704aaed8ca4ce89f84586978c0b714ebf8 (patch) | |
| tree | 46a59c67869cdbfcaaa1ec9d1aa904c97eb7987d /tests/libwallet_api_tests/scripts/create_wallets.sh | |
| parent | 04b120fb398ed1053b1908ecdcdc05d9c6f9027e (diff) | |
| download | monzero-core-df63e0704aaed8ca4ce89f84586978c0b714ebf8.tar.gz monzero-core-df63e0704aaed8ca4ce89f84586978c0b714ebf8.tar.xz monzero-core-df63e0704aaed8ca4ce89f84586978c0b714ebf8.zip | |
fix remaining bitmonero and simplewallet bits
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 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 } |
