jl777 8 years ago
parent
commit
fdfd6d4a7d
  1. 10
      iguana/iguana_notary.c

10
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 <nn.h>
#include <nanomsg/nn.h>
#endif
#endif
#define CHECKSIG 0xac

Loading…
Cancel
Save