jl777 8 years ago
parent
commit
a2e5d5e48a
  1. 2
      iguana/iguana777.h
  2. 2
      includes/iguana_structs.h

2
iguana/iguana777.h

@ -103,7 +103,7 @@ struct supernet_info
void *PAXDATA;
struct liquidity_info linfos[64];
struct komodo_notaries NOTARY;
char seedipaddr[64];
char seedipaddr[64]; uint32_t dpowipbits[128]; int32_t numdpowipbits;
// compatibility
bits256 pangea_category,instantdex_category;
uint8_t logs[256],exps[510];

2
includes/iguana_structs.h

@ -508,7 +508,7 @@ struct iguana_info
uint32_t utxoaddrlastcount,*utxoaddroffsets,lastunspentsupdate; uint8_t *utxoaddrtable; bits256 utxoaddrhash;
FILE *utxofp;
bits256 markedunspents[1024];
char seedipaddr[64]; uint32_t dpowipbits[128]; int32_t numdpowipbits;
char seedipaddr[64];
uint32_t lastbesthashtime; bits256 lastbesthash; int32_t lastbestheight;
struct iguana_block *RTblocks[65536]; uint8_t *RTrawdata[65536]; int32_t RTrecvlens[65536],RTnumtx[65536];
struct iguana_RTtxid *RTdataset; struct iguana_RTaddr *RTaddrs;

Loading…
Cancel
Save