jl777 7 years ago
parent
commit
b1e87908b9
  1. 4
      iguana/exchanges/LP_nativeDEX.c
  2. 8
      iguana/exchanges/mm.c

4
iguana/exchanges/LP_nativeDEX.c

@ -29,10 +29,6 @@
// dPoW security -> 4: KMD notarized, 5: BTC notarized, after next notary elections
// bigendian architectures need to use little endian for sighash calcs
void PNACL_msg(char *arg,...)
{
}
#include <stdio.h>
#include "LP_include.h"
portable_mutex_t LP_peermutex,LP_UTXOmutex,LP_utxomutex,LP_commandmutex,LP_cachemutex,LP_swaplistmutex,LP_forwardmutex,LP_pubkeymutex,LP_networkmutex,LP_psockmutex,LP_coinmutex,LP_messagemutex,LP_portfoliomutex,LP_electrummutex,LP_butxomutex,LP_reservedmutex,LP_nanorecvsmutex;

8
iguana/exchanges/mm.c

@ -19,13 +19,17 @@
// Copyright © 2017 SuperNET. All rights reserved.
//
void PNACL_msg(char *arg,...)
{
}
#define FROM_MARKETMAKER
#include <stdio.h>
#include <stdint.h>
#ifndef NATIVE_WINDOWS
#include "OS_portable.h"
#include "OS_portable.h"
#else
#include "../../crypto777/OS_portable.h"
#include "../../crypto777/OS_portable.h"
#endif // !_WIN_32

Loading…
Cancel
Save