diff options
Diffstat (limited to 'doc/developer-notes.md')
| -rw-r--r-- | doc/developer-notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 55aadd343..2bf3ccd35 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -137,7 +137,7 @@ that run in -regtest mode. **DEBUG_LOCKORDER** -Dogecoin Core is a multithreaded application, and deadlocks or other multithreading bugs +Discoin Core is a multithreaded application, and deadlocks or other multithreading bugs can be very difficult to track down. Compiling with -DDEBUG_LOCKORDER (configure CXXFLAGS="-DDEBUG_LOCKORDER -g") inserts run-time checks to keep track of which locks are held, and adds warnings to the debug.log file if inconsistencies are detected. @@ -186,7 +186,7 @@ Threads - ThreadRPCServer : Remote procedure call handler, listens on port 22555 for connections and services them. -- DogecoinMiner : Generates discoins (if wallet is enabled). +- DiscoinMiner : Generates discoins (if wallet is enabled). - Shutdown : Does an orderly shutdown of everything. |