diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2018-03-01 13:36:19 +0200 |
---|---|---|
committer | Dimitris Apostolou <rex@MacBook-Pro-2011.local> | 2018-03-15 18:25:38 +0200 |
commit | 57c0b1ed9f15ca27892a8737156c3b8e32a1625e (patch) | |
tree | 8ca78ded5aa561697a8d1fd7827604aa51a5f45f /tests/libwallet_api_tests/scripts | |
parent | Merge pull request #3398 (diff) | |
download | monero-57c0b1ed9f15ca27892a8737156c3b8e32a1625e.tar.xz |
Fix typos in various files
Diffstat (limited to 'tests/libwallet_api_tests/scripts')
-rw-r--r-- | tests/libwallet_api_tests/scripts/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/libwallet_api_tests/scripts/README.md b/tests/libwallet_api_tests/scripts/README.md index 3818a27d8..f852c9e71 100644 --- a/tests/libwallet_api_tests/scripts/README.md +++ b/tests/libwallet_api_tests/scripts/README.md @@ -3,7 +3,7 @@ ## Environment for the tests * Running monero node, linked to private/public testnet. By default, tests expect daemon running at ```localhost:38081```, - can we overriden with environment variable ```TESTNET_DAEMON_ADDRESS=<your_daemon_address>``` + can be overridden with environment variable ```TESTNET_DAEMON_ADDRESS=<your_daemon_address>``` [Manual](https://github.com/moneroexamples/private-testnet) explaining how to run private testnet. * Directory with pre-generated wallets @@ -18,7 +18,7 @@ when running first time, please uncomment line ```#create_wallet wallet_m``` to create miner wallet as well. This wallet should be used for mining and all test wallets supposed to be seed from this miner wallet -* ```mining_start.sh``` and ```mining_stop.sh``` - helper scripts to start and stop mining on miner waller +* ```mining_start.sh``` and ```mining_stop.sh``` - helper scripts to start and stop mining on miner wallet -* ```send_funds.sh``` - script for seeding test wallets. Please run this script when you have ehough money on miner wallet +* ```send_funds.sh``` - script for seeding test wallets. Please run this script when you have enough money on miner wallet |