diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 1fff4e5fb..3631cffc3 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -22,14 +22,16 @@ // f) reduce cost for splitting // g) RBF to reduce latency -#ifdef __APPLE__ -#define NOTARY 1 -#endif #include "iguana777.h" #include "notaries.h" +#ifdef __APPLE__ +#define ISNOTARYNODE 1 +#include "nn.h" +#else #if ISNOTARYNODE -#include +#include +#endif #endif #define CHECKSIG 0xac