From 775339db6361aba70d95443258f85f3cac4289e7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 15 Oct 2016 09:12:50 -0300 Subject: [PATCH] test --- iguana/iguana777.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iguana/iguana777.h b/iguana/iguana777.h index 940d5f8b1..20b3f903f 100755 --- a/iguana/iguana777.h +++ b/iguana/iguana777.h @@ -42,16 +42,16 @@ #define BTC2_DEFAULT_PORT 8222 #define BTC2_DIFF_WINDOW 60 -#ifdef __APPLE__ +/*#ifdef __APPLE__ #define ISNOTARYNODE 1 #include "nn.h" #include "bus.h" -#else +#else*/ #if ISNOTARYNODE #include #include #endif -#endif +//#endif #define DPOW_UTXOCHANNEL ('d' | ('P' << 8) | ('o' << 16) | ('W' << 24)) #define DPOW_UTXOBTCCHANNEL (~DPOW_UTXOCHANNEL)