diff options
| author | Eric Shaw <[email protected]> | 2014-09-24 15:13:59 -0400 |
|---|---|---|
| committer | Eric Shaw <[email protected]> | 2014-09-24 15:13:59 -0400 |
| commit | b498a9493ce55d790307543685d8acc4676a4be6 (patch) | |
| tree | feb93cbed8a0220ba118f3f009acc40ba29eac85 | |
| parent | Merge pull request #4955 (diff) | |
| download | discoin-b498a9493ce55d790307543685d8acc4676a4be6.tar.xz discoin-b498a9493ce55d790307543685d8acc4676a4be6.zip | |
Fixed typo in README.md file. "-regest" "-regtest"
There was a typo in the README.md file. It previously read "-regest" instead of the proper "-regtest" and it has been updated to the proper reading.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ are testing multi-machine code that needs to operate across the internet. If you are testing something that can run on one machine, run with the -regtest option. In regression test mode, blocks can be created on-demand; see qa/rpc-tests/ for tests -that run in -regest mode. +that run in -regtest mode. **DEBUG_LOCKORDER** |