diff options
Diffstat (limited to 'tests/libwallet_api_tests/scripts/open_wallet_1.sh')
-rwxr-xr-x | tests/libwallet_api_tests/scripts/open_wallet_1.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/libwallet_api_tests/scripts/open_wallet_1.sh b/tests/libwallet_api_tests/scripts/open_wallet_1.sh new file mode 100755 index 000000000..08f4e28ab --- /dev/null +++ b/tests/libwallet_api_tests/scripts/open_wallet_1.sh @@ -0,0 +1,5 @@ +#!/bin/bash + + +rlwrap simplewallet --wallet-file wallet_01.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_01.log + |