mirror of
https://github.com/monero-project/monero.git
synced 2025-11-28 12:20:37 -05:00
fix remaining bitmonero and simplewallet bits
This commit is contained in:
parent
04b120fb39
commit
df63e0704a
16 changed files with 22 additions and 22 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue