|
@ -42,16 +42,16 @@ |
|
|
#define BTC2_DEFAULT_PORT 8222 |
|
|
#define BTC2_DEFAULT_PORT 8222 |
|
|
#define BTC2_DIFF_WINDOW 60 |
|
|
#define BTC2_DIFF_WINDOW 60 |
|
|
|
|
|
|
|
|
#ifdef __APPLE__ |
|
|
/*#ifdef __APPLE__
|
|
|
#define ISNOTARYNODE 1 |
|
|
#define ISNOTARYNODE 1 |
|
|
#include "nn.h" |
|
|
#include "nn.h" |
|
|
#include "bus.h" |
|
|
#include "bus.h" |
|
|
#else |
|
|
#else*/ |
|
|
#if ISNOTARYNODE |
|
|
#if ISNOTARYNODE |
|
|
#include <nanomsg/nn.h> |
|
|
#include <nanomsg/nn.h> |
|
|
#include <nanomsg/bus.h> |
|
|
#include <nanomsg/bus.h> |
|
|
#endif |
|
|
#endif |
|
|
#endif |
|
|
//#endif
|
|
|
|
|
|
|
|
|
#define DPOW_UTXOCHANNEL ('d' | ('P' << 8) | ('o' << 16) | ('W' << 24)) |
|
|
#define DPOW_UTXOCHANNEL ('d' | ('P' << 8) | ('o' << 16) | ('W' << 24)) |
|
|
#define DPOW_UTXOBTCCHANNEL (~DPOW_UTXOCHANNEL) |
|
|
#define DPOW_UTXOBTCCHANNEL (~DPOW_UTXOCHANNEL) |
|
|