Browse Source

Test

etomic
jl777 7 years ago
parent
commit
7e999953c6
  1. 2
      crypto777/cJSON.c
  2. 2
      iguana/m_mm

2
crypto777/cJSON.c

@ -1144,7 +1144,7 @@ cJSON *cJSON_CreateObject(void)
if ( item )
item->type = cJSON_Object;
#ifdef CJSON_GARBAGECOLLECTION
cJSON_register(item);
cJSON_register(item); fff
#endif
return item;
}

2
iguana/m_mm

@ -1,3 +1,3 @@
cd secp256k1; ./m_unix; cd ..
cd ../crypto777; ./m_LP; cd ../iguana
gcc -g -o marketmaker -I../crypto777 exchanges/mm.c mini-gmp.c secp256k1.o ../agents/libcrypto777.a -lnanomsg -lcurl -lpthread -lm
gcc -DFROM_MARKETMAKER -g -o marketmaker -I../crypto777 exchanges/mm.c ../crypto777/cJSON.c mini-gmp.c secp256k1.o ../agents/libcrypto777.a -lnanomsg -lcurl -lpthread -lm

Loading…
Cancel
Save