aboutsummaryrefslogtreecommitdiff
path: root/tests/libwallet_api_tests/scripts/send_funds.sh
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-09-03 22:03:44 +0200
committerRiccardo Spagni <ric@spagni.net>2016-09-03 22:03:44 +0200
commitdf63e0704aaed8ca4ce89f84586978c0b714ebf8 (patch)
tree46a59c67869cdbfcaaa1ec9d1aa904c97eb7987d /tests/libwallet_api_tests/scripts/send_funds.sh
parentfix blockchain utilities readme (diff)
downloadmonero-df63e0704aaed8ca4ce89f84586978c0b714ebf8.tar.xz
fix remaining bitmonero and simplewallet bits
Diffstat (limited to 'tests/libwallet_api_tests/scripts/send_funds.sh')
-rwxr-xr-xtests/libwallet_api_tests/scripts/send_funds.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libwallet_api_tests/scripts/send_funds.sh b/tests/libwallet_api_tests/scripts/send_funds.sh
index 437e4f240..b7f282b71 100755
--- a/tests/libwallet_api_tests/scripts/send_funds.sh
+++ b/tests/libwallet_api_tests/scripts/send_funds.sh
@@ -6,7 +6,7 @@ function send_funds {
local amount=$1
local dest=$(cat "$2.address.txt")
- simplewallet --wallet-file wallet_m --password "" \
+ monero-wallet-cli --wallet-file wallet_m --password "" \
--testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_m.log \
--command transfer $dest $amount
}