From fdfd6d4a7d1e2d95440fc2ce74d314598d8ce148 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 14 Oct 2016 08:21:07 -0300 Subject: [PATCH] test --- iguana/iguana_notary.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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