Skip to content

Commit

Permalink
bitcoin -> dash
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 authored and schinzelh committed Mar 2, 2016
1 parent 3736403 commit 8cb8772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/httpserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ static bool HTTPBindAddresses(struct evhttp* http)
/** Simple wrapper to set thread name and run work queue */
static void HTTPWorkQueueRun(WorkQueue<HTTPClosure>* queue)
{
RenameThread("bitcoin-httpworker");
RenameThread("dash-httpworker");
queue->Run();
}

Expand Down
2 changes: 1 addition & 1 deletion src/qt/res/dash-qt-res.rc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BEGIN
BLOCK "040904E4" // U.S. English - multilingual (hex)
BEGIN
VALUE "CompanyName", "Dash"
VALUE "FileDescription", "Dash Core (GUI node for Bitcoin)"
VALUE "FileDescription", "Dash Core (GUI node for Dash)"
VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "InternalName", "dash-qt"
VALUE "LegalCopyright", COPYRIGHT_STR
Expand Down

0 comments on commit 8cb8772

Please sign in to comment.