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/open_wallet_3.sh | |
parent | fix blockchain utilities readme (diff) | |
download | monero-df63e0704aaed8ca4ce89f84586978c0b714ebf8.tar.xz |
fix remaining bitmonero and simplewallet bits
Diffstat (limited to 'tests/libwallet_api_tests/scripts/open_wallet_3.sh')
-rwxr-xr-x | tests/libwallet_api_tests/scripts/open_wallet_3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libwallet_api_tests/scripts/open_wallet_3.sh b/tests/libwallet_api_tests/scripts/open_wallet_3.sh index 64a04b3c4..43df4a906 100755 --- a/tests/libwallet_api_tests/scripts/open_wallet_3.sh +++ b/tests/libwallet_api_tests/scripts/open_wallet_3.sh @@ -1,4 +1,4 @@ #!/bin/bash -rlwrap simplewallet --wallet-file wallet_03.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_03.log +rlwrap monero-wallet-cli --wallet-file wallet_03.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_03.log |