fix remaining bitmonero and simplewallet bits
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user