mirror of
https://github.com/monero-project/monero.git
synced 2025-07-29 16:48:39 -04:00
Wallet API : WalletManager::findWallets() added
This commit is contained in:
parent
ec949c383c
commit
2facbe77e4
8 changed files with 86 additions and 19 deletions
|
@ -10,7 +10,7 @@ function create_wallet {
|
|||
create_wallet wallet_01.bin
|
||||
create_wallet wallet_02.bin
|
||||
create_wallet wallet_03.bin
|
||||
#create_wallet wallet_04.bin
|
||||
create_wallet wallet_04.bin
|
||||
create_wallet wallet_05.bin
|
||||
create_wallet wallet_06.bin
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
rlwrap simplewallet --wallet-file wallet_04.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_04.log
|
||||
rlwrap simplewallet --wallet-file wallet_05.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_05.log
|
||||
|
||||
|
|
|
@ -17,5 +17,6 @@ send_funds 100 wallet_02.bin
|
|||
send_funds 100 wallet_03.bin
|
||||
send_funds 100 wallet_04.bin
|
||||
send_funds 100 wallet_05.bin
|
||||
send_funds 100 wallet_06.bin
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue