diff options
| author | Pieter Wuille <[email protected]> | 2014-09-24 21:15:53 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-09-24 21:15:58 +0200 |
| commit | ea69592a2f261dba37d551c0ac77e93ce00b37c3 (patch) | |
| tree | feb93cbed8a0220ba118f3f009acc40ba29eac85 | |
| parent | Merge pull request #4955 (diff) | |
| parent | Fixed typo in README.md file. "-regest" "-regtest" (diff) | |
| download | discoin-ea69592a2f261dba37d551c0ac77e93ce00b37c3.tar.xz discoin-ea69592a2f261dba37d551c0ac77e93ce00b37c3.zip | |
Merge pull request #4974
b498a94 Fixed typo in README.md file. "-regest" "-regtest" (Eric Shaw)
| -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** |