Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
0b909ced42
  1. 1
      iguana/iguana777.h
  2. 1
      iguana/main.c

1
iguana/iguana777.h

@ -978,6 +978,7 @@ bits256 iguana_sendrawtransaction(struct supernet_info *myinfo,struct iguana_inf
int32_t iguana_inv2packet(uint8_t *serialized,int32_t maxsize,int32_t type,bits256 *hashes,int32_t n); int32_t iguana_inv2packet(uint8_t *serialized,int32_t maxsize,int32_t type,bits256 *hashes,int32_t n);
int32_t instantdex_inv2data(struct supernet_info *myinfo,struct iguana_info *coin,struct iguana_peer *addr,struct exchange_info *exchange); int32_t instantdex_inv2data(struct supernet_info *myinfo,struct iguana_info *coin,struct iguana_peer *addr,struct exchange_info *exchange);
struct iguana_bundlereq *instantdex_recvquotes(struct iguana_info *coin,struct iguana_bundlereq *req,bits256 *encodedhash,int32_t n); struct iguana_bundlereq *instantdex_recvquotes(struct iguana_info *coin,struct iguana_bundlereq *req,bits256 *encodedhash,int32_t n);
struct exchange_info *exchange_create(char *exchangestr,cJSON *argjson);
extern int32_t HDRnet,netBLOCKS; extern int32_t HDRnet,netBLOCKS;

1
iguana/main.c

@ -1331,6 +1331,7 @@ void iguana_main(void *arg)
strcpy(myinfo->rpcsymbol,"BTCD"); strcpy(myinfo->rpcsymbol,"BTCD");
iguana_urlinit(myinfo,ismainnet,usessl); iguana_urlinit(myinfo,ismainnet,usessl);
category_init(myinfo); category_init(myinfo);
exchange_create("bitcoin",0);
iguana_helpinit(myinfo); iguana_helpinit(myinfo);
iguana_commandline(myinfo,arg); iguana_commandline(myinfo,arg);
#ifdef __APPLE__ #ifdef __APPLE__

Loading…
Cancel
Save