diff options
author | Ilya Kitaev <mbg033@gmail.com> | 2016-06-01 17:06:10 +0300 |
---|---|---|
committer | Ilya Kitaev <mbg033@gmail.com> | 2016-06-23 16:01:41 +0300 |
commit | 44cc0ef147bd369dbc6b4399361d3ba7d03707ad (patch) | |
tree | b574f3cf6398e2e5b6d2ec73e0d481b730b8472f /tests/libwallet_api_tests/scripts/open_wallet_2.sh | |
parent | regenerated test wallets, basic functions got broken (diff) | |
download | monero-44cc0ef147bd369dbc6b4399361d3ba7d03707ad.tar.xz |
scripts for faster test wallets generation
Diffstat (limited to 'tests/libwallet_api_tests/scripts/open_wallet_2.sh')
-rwxr-xr-x | tests/libwallet_api_tests/scripts/open_wallet_2.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/libwallet_api_tests/scripts/open_wallet_2.sh b/tests/libwallet_api_tests/scripts/open_wallet_2.sh new file mode 100755 index 000000000..8a16a6647 --- /dev/null +++ b/tests/libwallet_api_tests/scripts/open_wallet_2.sh @@ -0,0 +1,5 @@ +#!/bin/bash + + +rlwrap simplewallet --wallet-file wallet_02.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_01.log + |