fix remaining bitmonero and simplewallet bits

This commit is contained in:
Riccardo Spagni 2016-09-03 22:03:44 +02:00
parent 04b120fb39
commit df63e0704a
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
16 changed files with 22 additions and 22 deletions

View file

@ -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
}