mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Fix typos in various files
This commit is contained in:
parent
a69c713f8e
commit
57c0b1ed9f
18 changed files with 28 additions and 28 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -132,7 +132,7 @@ namespace
|
|||
|
||||
int handle_shutdown(int command, const CMD_SHUTDOWN::request& req, test_connection_context& /*context*/)
|
||||
{
|
||||
LOG_PRINT_L0("Got shutdown requst. Shutting down...");
|
||||
LOG_PRINT_L0("Got shutdown request. Shutting down...");
|
||||
m_tcp_server.send_stop_signal();
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue