bitcoin -> dash
This commit is contained in:
parent
3736403985
commit
8cb8772d95
@ -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();
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user