mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Do not start bitcoin: thread on OSX. fixes #889
This commit is contained in:
parent
21503e4556
commit
07ed49a472
@ -44,6 +44,11 @@ void ipcThread(void* parg)
|
||||
|
||||
void ipcInit()
|
||||
{
|
||||
#ifdef MAC_OSX
|
||||
// TODO: implement bitcoin: URI handling the Mac Way
|
||||
return;
|
||||
#endif
|
||||
|
||||
message_queue* mq;
|
||||
char strBuf[257];
|
||||
size_t nSize;
|
||||
|
Loading…
Reference in New Issue
Block a user