mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00: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